File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ error[E0277]: `proc_macro::Span` cannot be sent between threads safely
445 | requires_send::<Span>();
55 | ^^^^ `proc_macro::Span` cannot be sent between threads safely
66 |
7- = help: within `Span`, the trait `Send` is not implemented for `proc_macro::Span`
7+ = help: within `Span`, the trait `Send` is not implemented for `proc_macro::Span`, which is required by `Span: Send`
88note: required because it appears within the type `proc_macro2::imp::Span`
99 --> $WORKSPACE/src/wrapper.rs
1010 |
@@ -27,7 +27,7 @@ error[E0277]: `Rc<()>` cannot be sent between threads safely
27275 | requires_send::<Span>();
2828 | ^^^^ `Rc<()>` cannot be sent between threads safely
2929 |
30- = help: within `Span`, the trait `Send` is not implemented for `Rc<()>`
30+ = help: within `Span`, the trait `Send` is not implemented for `Rc<()>`, which is required by `Span: Send`
3131note: required because it appears within the type `PhantomData<Rc<()>>`
3232 --> $RUST/core/src/marker.rs
3333 |
You can’t perform that action at this time.
0 commit comments