diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2022-05-02 01:12:35 -0700 | 
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2022-05-04 13:22:08 +0200 | 
| commit | 0fc5c524f5384f45dcf77684821e50ae5dd79a90 (patch) | |
| tree | d1531af5290841434c5a3d28a2c0b2dfa8a3a527 /compiler/rustc_interface/src/lib.rs | |
| parent | fed2c43bbf4e3955f83cea77c0b1709c0dbcebf3 (diff) | |
| download | rust-0fc5c524f5384f45dcf77684821e50ae5dd79a90.tar.gz rust-0fc5c524f5384f45dcf77684821e50ae5dd79a90.zip | |
Stabilize `bool::then_some`
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 f847c08a9dc..40e02f47bd1 100644 --- a/compiler/rustc_interface/src/lib.rs +++ b/compiler/rustc_interface/src/lib.rs @@ -1,4 +1,3 @@ -#![feature(bool_to_option)] #![feature(box_patterns)] #![feature(let_else)] #![feature(internal_output_capture)] | 
