You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tests/ui/closures/issue-111932.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ LL | println!("{:?}", foo);
17
17
| required by a bound introduced by this call
18
18
|
19
19
= help: the trait `Sized` is not implemented for `dyn Foo`
20
-
note: required by an implicit `Sized` bound in `core::fmt::rt::Argument::<'a>::new_debug`
20
+
note: required by an implicit `Sized` bound in `core::fmt::rt::Argument::<'_>::new_debug`
21
21
--> $SRC_DIR/core/src/fmt/rt.rs:LL:COL
22
22
= note: this error originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)
Copy file name to clipboardexpand all lines: tests/ui/fmt/ifmt-unimpl.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ LL | format!("{:X}", "3");
17
17
i32
18
18
and 9 others
19
19
= note: required for `&str` to implement `UpperHex`
20
-
note: required by a bound in `core::fmt::rt::Argument::<'a>::new_upper_hex`
20
+
note: required by a bound in `core::fmt::rt::Argument::<'_>::new_upper_hex`
21
21
--> $SRC_DIR/core/src/fmt/rt.rs:LL:COL
22
22
= note: this error originates in the macro `$crate::__export::format_args` which comes from the expansion of the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments