We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d022603 commit 4f30c68Copy full SHA for 4f30c68
src/test/ui/consts/miri_unleashed/tls.rs
@@ -7,7 +7,7 @@ use std::thread;
7
#[thread_local]
8
static A: u8 = 0;
9
10
-// Make sure we catch executing inline assembly.
+// Make sure we catch accessing thread-local storage.
11
static TEST_BAD: () = {
12
unsafe { let _val = A; }
13
//~^ ERROR could not evaluate static initializer
0 commit comments