File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ error[E0277]: `proc_macro::Span` cannot be sent between threads safely
5
5
| ^^^^ `proc_macro::Span` cannot be sent between threads safely
6
6
|
7
7
= help: within `Span`, the trait `Send` is not implemented for `proc_macro::Span`
8
- = note: required because it appears within the type `proc_macro2::imp:: Span`
8
+ = note: required because it appears within the type `Span`
9
9
= note: required because it appears within the type `Span`
10
10
note: required by a bound in `requires_send`
11
11
--> test-not-send.rs:4:25
@@ -20,8 +20,8 @@ error[E0277]: `Rc<()>` cannot be sent between threads safely
20
20
| ^^^^ `Rc<()>` cannot be sent between threads safely
21
21
|
22
22
= help: within `Span`, the trait `Send` is not implemented for `Rc<()>`
23
- = note: required because it appears within the type `proc_macro2::marker:: ProcMacroAutoTraits`
24
- = note: required because it appears within the type `PhantomData<proc_macro2::marker:: ProcMacroAutoTraits>`
23
+ = note: required because it appears within the type `ProcMacroAutoTraits`
24
+ = note: required because it appears within the type `PhantomData<ProcMacroAutoTraits>`
25
25
= note: required because it appears within the type `Span`
26
26
note: required by a bound in `requires_send`
27
27
--> test-not-send.rs:4:25
You can’t perform that action at this time.
0 commit comments