about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-08-16 19:59:00 +0200
committerGitHub <noreply@github.com>2024-08-16 19:59:00 +0200
commita9bf86a5f239fc6d41dba74e5afde16bedb395ed (patch)
tree9696b59af029ce08955a4d7df773bd12e1482651 /compiler/rustc_interface/src
parent5bceee4762b4fad94a715b9efdeed252cc793035 (diff)
parente6ac503ec19c6c356cfbb9b5f47aee1af4ce5626 (diff)
downloadrust-a9bf86a5f239fc6d41dba74e5afde16bedb395ed.tar.gz
rust-a9bf86a5f239fc6d41dba74e5afde16bedb395ed.zip
Rollup merge of #129161 - dtolnay:spawnunck, r=Noratrieb
Stabilize std::thread::Builder::spawn_unchecked

Closes #55132.
Diffstat (limited to 'compiler/rustc_interface/src')
-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