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 `Span`
8
+ note: required because it appears within the type `proc_macro2::imp:: Span`
9
9
--> $WORKSPACE/src/wrapper.rs
10
10
|
11
11
| pub(crate) enum Span {
@@ -28,12 +28,12 @@ error[E0277]: `Rc<()>` cannot be sent between threads safely
28
28
| ^^^^ `Rc<()>` cannot be sent between threads safely
29
29
|
30
30
= help: within `Span`, the trait `Send` is not implemented for `Rc<()>`
31
- note: required because it appears within the type `ProcMacroAutoTraits`
31
+ note: required because it appears within the type `proc_macro2::marker:: ProcMacroAutoTraits`
32
32
--> $WORKSPACE/src/marker.rs
33
33
|
34
34
| pub(crate) struct ProcMacroAutoTraits(Rc<()>);
35
35
| ^^^^^^^^^^^^^^^^^^^
36
- note: required because it appears within the type `PhantomData<ProcMacroAutoTraits>`
36
+ note: required because it appears within the type `PhantomData<proc_macro2::marker:: ProcMacroAutoTraits>`
37
37
--> $RUST/core/src/marker.rs
38
38
|
39
39
| pub struct PhantomData<T: ?Sized>;
You can’t perform that action at this time.
0 commit comments