Skip to content

Commit 5cd21eb

Browse files
committed
Update ui test suite to nightly-2024-02-01
1 parent d850a1d commit 5cd21eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/test-not-send.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0277]: `proc_macro::Span` cannot be sent between threads safely
44
5 | 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`
88
note: 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
2727
5 | 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`
3131
note: required because it appears within the type `PhantomData<Rc<()>>`
3232
--> $RUST/core/src/marker.rs
3333
|

0 commit comments

Comments
 (0)