]> git.lizzy.rs Git - rust.git/blobdiff - example/std_example.rs
Merge pull request #1158 from bjorn3/isolate_mono_items_pr
[rust.git] / example / std_example.rs
index 221b512e3bd4c63445fcafe3c92c5d327a04c6b9..015bbdfed4648ee106cb18d47f2e7217d7f30cd9 100644 (file)
@@ -16,8 +16,7 @@ fn main() {
     let mut stderr = stderr.lock();
 
     // FIXME support lazy jit when multi threading
-    // FIXME support TLS on windows
-    #[cfg(not(any(lazy_jit, windows)))]
+    #[cfg(not(lazy_jit))]
     std::thread::spawn(move || {
         println!("Hello from another thread!");
     });