Skip to content

Commit

Permalink
Update ui test suite to nightly-2024-02-01
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 1, 2024
1 parent d850a1d commit 5cd21eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ui/test-not-send.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ error[E0277]: `proc_macro::Span` cannot be sent between threads safely
5 | requires_send::<Span>();
| ^^^^ `proc_macro::Span` cannot be sent between threads safely
|
= help: within `Span`, the trait `Send` is not implemented for `proc_macro::Span`
= help: within `Span`, the trait `Send` is not implemented for `proc_macro::Span`, which is required by `Span: Send`
note: required because it appears within the type `proc_macro2::imp::Span`
--> $WORKSPACE/src/wrapper.rs
|
Expand All @@ -27,7 +27,7 @@ error[E0277]: `Rc<()>` cannot be sent between threads safely
5 | requires_send::<Span>();
| ^^^^ `Rc<()>` cannot be sent between threads safely
|
= help: within `Span`, the trait `Send` is not implemented for `Rc<()>`
= help: within `Span`, the trait `Send` is not implemented for `Rc<()>`, which is required by `Span: Send`
note: required because it appears within the type `PhantomData<Rc<()>>`
--> $RUST/core/src/marker.rs
|
Expand Down

0 comments on commit 5cd21eb

Please sign in to comment.