We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b266ba7 commit 516c03dCopy full SHA for 516c03d
src/test/compile-fail/issue-43733-2.rs
@@ -23,6 +23,6 @@ use std::thread::__FastLocalKeyInner as Key;
23
24
static __KEY: Key<()> = Key::new();
25
//~^ ERROR `std::cell::UnsafeCell<std::option::Option<()>>` cannot be shared between threads
26
-//~| ERROR `std::cell::Cell<bool>` cannot be shared between threads safely [E0277]
+//~| ERROR `std::cell::Cell<std::thread::local::fast::DtorState>` cannot be shared between threads safely [E0277]
27
28
fn main() {}
0 commit comments