Skip to content

Commit

Permalink
Update ui test suite to nightly-2023-08-29
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 29, 2023
1 parent e936983 commit 2e5c61c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tests/ui/opaque_autotraits.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ error[E0277]: `*const cxx::void` cannot be sent between threads safely
| ^^^^^^^^^^^ `*const cxx::void` cannot be sent between threads safely
|
= help: within `ffi::Opaque`, the trait `Send` is not implemented for `*const cxx::void`
= note: consider using `std::sync::Arc<*const cxx::void>`; for more information visit <https://doc.rust-lang.org/book/ch16-03-shared-state.html>
= note: required because it appears within the type `[*const void; 0]`
note: required because it appears within the type `Opaque`
--> src/opaque.rs
Expand All @@ -30,7 +29,6 @@ error[E0277]: `*const cxx::void` cannot be shared between threads safely
| ^^^^^^^^^^^ `*const cxx::void` cannot be shared between threads safely
|
= help: within `ffi::Opaque`, the trait `Sync` is not implemented for `*const cxx::void`
= note: consider using `std::sync::Arc<*const cxx::void>`; for more information visit <https://doc.rust-lang.org/book/ch16-03-shared-state.html>
= note: required because it appears within the type `[*const void; 0]`
note: required because it appears within the type `Opaque`
--> src/opaque.rs
Expand Down
1 change: 0 additions & 1 deletion tests/ui/vector_autotraits.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ error[E0277]: `*const cxx::void` cannot be sent between threads safely
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `*const cxx::void` cannot be sent between threads safely
|
= help: within `CxxVector<NotThreadSafe>`, the trait `Send` is not implemented for `*const cxx::void`
= note: consider using `std::sync::Arc<*const cxx::void>`; for more information visit <https://doc.rust-lang.org/book/ch16-03-shared-state.html>
= note: required because it appears within the type `[*const void; 0]`
note: required because it appears within the type `Opaque`
--> src/opaque.rs
Expand Down

0 comments on commit 2e5c61c

Please sign in to comment.