Skip to content

Commit

Permalink
Update ui test suite to nightly-2022-12-30
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 30, 2022
1 parent 293705d commit 8779f4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/ui/test-not-send.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ error[E0277]: `proc_macro::Span` cannot be sent between threads safely
| ^^^^ `proc_macro::Span` cannot be sent between threads safely
|
= help: within `Span`, the trait `Send` is not implemented for `proc_macro::Span`
= note: required because it appears within the type `proc_macro2::imp::Span`
= note: required because it appears within the type `Span`
= note: required because it appears within the type `Span`
note: required by a bound in `requires_send`
--> test-not-send.rs:4:25
Expand All @@ -20,8 +20,8 @@ error[E0277]: `Rc<()>` cannot be sent between threads safely
| ^^^^ `Rc<()>` cannot be sent between threads safely
|
= help: within `Span`, the trait `Send` is not implemented for `Rc<()>`
= note: required because it appears within the type `proc_macro2::marker::ProcMacroAutoTraits`
= note: required because it appears within the type `PhantomData<proc_macro2::marker::ProcMacroAutoTraits>`
= note: required because it appears within the type `ProcMacroAutoTraits`
= note: required because it appears within the type `PhantomData<ProcMacroAutoTraits>`
= note: required because it appears within the type `Span`
note: required by a bound in `requires_send`
--> test-not-send.rs:4:25
Expand Down

0 comments on commit 8779f4c

Please sign in to comment.