about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/lib.rs
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2024-08-16 10:43:34 -0700
committerDavid Tolnay <dtolnay@gmail.com>2024-08-16 10:43:47 -0700
commite6ac503ec19c6c356cfbb9b5f47aee1af4ce5626 (patch)
tree5d0dc0975409e063819bae4483fe9bacb902db72 /compiler/rustc_interface/src/lib.rs
parenta73bc4a131d94eba633c4c572a28e0bf94a67530 (diff)
downloadrust-e6ac503ec19c6c356cfbb9b5f47aee1af4ce5626.tar.gz
rust-e6ac503ec19c6c356cfbb9b5f47aee1af4ce5626.zip
Stabilize std::thread::Builder::spawn_unchecked
Diffstat (limited to 'compiler/rustc_interface/src/lib.rs')
-rw-r--r--compiler/rustc_interface/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/lib.rs b/compiler/rustc_interface/src/lib.rs
index e37b30749ab..3492df69b8d 100644
--- a/compiler/rustc_interface/src/lib.rs
+++ b/compiler/rustc_interface/src/lib.rs
@@ -1,7 +1,6 @@
 // tidy-alphabetical-start
 #![feature(decl_macro)]
 #![feature(let_chains)]
-#![feature(thread_spawn_unchecked)]
 #![feature(try_blocks)]
 // tidy-alphabetical-end