@@ -8,10 +8,12 @@ LL | send(format_args!("{:?}", c));
8
8
|
9
9
= help: within `[core::fmt::rt::Argument<'_>]`, the trait `Sync` is not implemented for `core::fmt::rt::Opaque`
10
10
= 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
12
13
= note: required because it appears within the type `[Argument<'_>]`
13
14
= 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
15
17
note: required by a bound in `send`
16
18
--> $DIR/send-sync.rs:1:12
17
19
|
@@ -28,10 +30,12 @@ LL | sync(format_args!("{:?}", c));
28
30
|
29
31
= help: within `Arguments<'_>`, the trait `Sync` is not implemented for `core::fmt::rt::Opaque`
30
32
= 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
32
35
= note: required because it appears within the type `[Argument<'_>]`
33
36
= 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
35
39
note: required by a bound in `sync`
36
40
--> $DIR/send-sync.rs:2:12
37
41
|
0 commit comments