diff options
| author | David Tolnay <dtolnay@gmail.com> | 2024-08-16 10:43:34 -0700 | 
|---|---|---|
| committer | David Tolnay <dtolnay@gmail.com> | 2024-08-16 10:43:47 -0700 | 
| commit | e6ac503ec19c6c356cfbb9b5f47aee1af4ce5626 (patch) | |
| tree | 5d0dc0975409e063819bae4483fe9bacb902db72 /compiler/rustc_interface/src/lib.rs | |
| parent | a73bc4a131d94eba633c4c572a28e0bf94a67530 (diff) | |
| download | rust-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.rs | 1 | 
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 | 
