Skip to content

Commit f5e56ee

Browse files
committed
clang tidy fixes
1 parent 516c03d commit f5e56ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/compile-fail/issue-43733-2.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ use std::thread::__FastLocalKeyInner as Key;
2323

2424
static __KEY: Key<()> = Key::new();
2525
//~^ ERROR `std::cell::UnsafeCell<std::option::Option<()>>` cannot be shared between threads
26-
//~| ERROR `std::cell::Cell<std::thread::local::fast::DtorState>` cannot be shared between threads safely [E0277]
26+
//~| ERROR `std::cell::Cell<std::thread::local::fast::DtorState>` cannot be shared between threads
27+
// safely [E0277]
2728

2829
fn main() {}

0 commit comments

Comments
 (0)