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
55 | ^^^^ `proc_macro::Span` cannot be sent between threads safely
66 |
77 = 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`
99 --> $WORKSPACE/src/wrapper.rs
1010 |
1111 | pub(crate) enum Span {
@@ -28,12 +28,12 @@ error[E0277]: `Rc<()>` cannot be sent between threads safely
2828 | ^^^^ `Rc<()>` cannot be sent between threads safely
2929 |
3030 = 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`
3232 --> $WORKSPACE/src/marker.rs
3333 |
3434 | pub(crate) struct ProcMacroAutoTraits(Rc<()>);
3535 | ^^^^^^^^^^^^^^^^^^^
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>`
3737 --> $RUST/core/src/marker.rs
3838 |
3939 | pub struct PhantomData<T: ?Sized>;
You can’t perform that action at this time.
0 commit comments