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
4
4
5 | requires_send::<Span>();
5
5
| ^^^^ `proc_macro::Span` cannot be sent between threads safely
6
6
|
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`
8
8
note: required because it appears within the type `proc_macro2::imp::Span`
9
9
--> $WORKSPACE/src/wrapper.rs
10
10
|
@@ -27,7 +27,7 @@ error[E0277]: `Rc<()>` cannot be sent between threads safely
27
27
5 | requires_send::<Span>();
28
28
| ^^^^ `Rc<()>` cannot be sent between threads safely
29
29
|
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`
31
31
note: required because it appears within the type `PhantomData<Rc<()>>`
32
32
--> $RUST/core/src/marker.rs
33
33
|
You can’t perform that action at this time.
0 commit comments