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 0c00ac1 commit 980d6e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/non-sync.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ error[E0277]: `Rc<i32>` cannot be shared between threads safely
| ^^^^^ `Rc<i32>` cannot be shared between threads safely
|
= help: within `Thing`, the trait `Sync` is not implemented for `Rc<i32>`
= note: use `std::sync::Arc` instead of `std::rc::Rc`
note: required because it appears within the type `Thing`
--> tests/ui/non-sync.rs:4:8
|
Expand Down

0 comments on commit 980d6e3

Please sign in to comment.