diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2022-05-05 10:20:35 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-05 10:20:35 +0900 |
| commit | da57b3a8327f615567aecbf6cebd8bb9a1f00585 (patch) | |
| tree | 8d3acb292336ea3bc1b79974db4dde21bad746da /compiler/rustc_codegen_ssa/src | |
| parent | b792258b320fa926f31bd7b5367fd151deea25c4 (diff) | |
| parent | 0fc5c524f5384f45dcf77684821e50ae5dd79a90 (diff) | |
| download | rust-da57b3a8327f615567aecbf6cebd8bb9a1f00585.tar.gz rust-da57b3a8327f615567aecbf6cebd8bb9a1f00585.zip | |
Rollup merge of #96628 - joshtriplett:stabilize-then-some, r=m-ou-se
Stabilize `bool::then_some` FCP completed in https://github.com/rust-lang/rust/issues/80967
Diffstat (limited to 'compiler/rustc_codegen_ssa/src')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/lib.rs b/compiler/rustc_codegen_ssa/src/lib.rs index 05d32972dab..b7bee9ab805 100644 --- a/compiler/rustc_codegen_ssa/src/lib.rs +++ b/compiler/rustc_codegen_ssa/src/lib.rs @@ -1,5 +1,4 @@ #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] -#![feature(bool_to_option)] #![feature(box_patterns)] #![feature(try_blocks)] #![feature(let_else)] |
