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 addf680 commit 3d64f8dCopy full SHA for 3d64f8d
src/test/ui/asm/sym.rs
@@ -76,5 +76,5 @@ fn main() {
76
std::thread::spawn(|| {
77
assert_eq!(static_addr!(S1), &S1 as *const u32);
78
assert_eq!(static_tls_addr!(S2), &S2 as *const u32);
79
- });
+ }).join().unwrap();
80
}
0 commit comments