Skip to content

Commit

Permalink
Update ui test suite to nightly-2023-08-10
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 10, 2023
1 parent 132fe1c commit cfc480b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ui/test-not-send.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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: consider using `std::sync::Arc<proc_macro::Span>`; for more information visit <https://doc.rust-lang.org/book/ch16-03-shared-state.html>
note: required because it appears within the type `Span`
--> $WORKSPACE/src/wrapper.rs
|
Expand All @@ -28,6 +29,7 @@ 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: use `std::sync::Arc` instead of `std::rc::Rc`
note: required because it appears within the type `ProcMacroAutoTraits`
--> $WORKSPACE/src/marker.rs
|
Expand Down

0 comments on commit cfc480b

Please sign in to comment.