@@ -8,10 +8,12 @@ LL | send(format_args!("{:?}", c));
88 |
99 = help: within `[core::fmt::rt::Argument<'_>]`, the trait `Sync` is not implemented for `core::fmt::rt::Opaque`
1010 = note: required because it appears within the type `&core::fmt::rt::Opaque`
11- = note: required because it appears within the type `Argument<'_>`
11+ note: required because it appears within the type `Argument<'_>`
12+ --> $SRC_DIR/core/src/fmt/rt.rs:LL:COL
1213 = note: required because it appears within the type `[Argument<'_>]`
1314 = note: required for `&[core::fmt::rt::Argument<'_>]` to implement `Send`
14- = note: required because it appears within the type `Arguments<'_>`
15+ note: required because it appears within the type `Arguments<'_>`
16+ --> $SRC_DIR/core/src/fmt/mod.rs:LL:COL
1517note: required by a bound in `send`
1618 --> $DIR/send-sync.rs:1:12
1719 |
@@ -28,10 +30,12 @@ LL | sync(format_args!("{:?}", c));
2830 |
2931 = help: within `Arguments<'_>`, the trait `Sync` is not implemented for `core::fmt::rt::Opaque`
3032 = note: required because it appears within the type `&core::fmt::rt::Opaque`
31- = note: required because it appears within the type `Argument<'_>`
33+ note: required because it appears within the type `Argument<'_>`
34+ --> $SRC_DIR/core/src/fmt/rt.rs:LL:COL
3235 = note: required because it appears within the type `[Argument<'_>]`
3336 = note: required because it appears within the type `&[Argument<'_>]`
34- = note: required because it appears within the type `Arguments<'_>`
37+ note: required because it appears within the type `Arguments<'_>`
38+ --> $SRC_DIR/core/src/fmt/mod.rs:LL:COL
3539note: required by a bound in `sync`
3640 --> $DIR/send-sync.rs:2:12
3741 |
0 commit comments