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 a47896d commit 53235d2Copy full SHA for 53235d2
example/std_example.rs
@@ -16,8 +16,7 @@ fn main() {
16
let mut stderr = stderr.lock();
17
18
// FIXME support lazy jit when multi threading
19
- // FIXME support TLS on windows
20
- #[cfg(not(any(lazy_jit, windows)))]
+ #[cfg(not(lazy_jit))]
21
std::thread::spawn(move || {
22
println!("Hello from another thread!");
23
});
0 commit comments