diff options
| author | Slanterns <slanterns.w@gmail.com> | 2023-10-18 07:35:57 +0800 |
|---|---|---|
| committer | Slanterns <slanterns.w@gmail.com> | 2023-10-18 07:35:57 +0800 |
| commit | ed512e91d0318cb06ea2b3729198e64090b5648e (patch) | |
| tree | 485f27c9d11d090f58dc8298ecfe71d271a80ade /compiler/rustc_errors/src/lib.rs | |
| parent | 10e6372a83d94e69f792c1bd33c0c435e8073c61 (diff) | |
| download | rust-ed512e91d0318cb06ea2b3729198e64090b5648e.tar.gz rust-ed512e91d0318cb06ea2b3729198e64090b5648e.zip | |
Remove `#![feature(result_option_inspect)]` from the compiler
Diffstat (limited to 'compiler/rustc_errors/src/lib.rs')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index da74ee6391a..fad3cb202ee 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -10,7 +10,6 @@ #![feature(if_let_guard)] #![feature(let_chains)] #![feature(never_type)] -#![feature(result_option_inspect)] #![feature(rustc_attrs)] #![feature(yeet_expr)] #![feature(try_blocks)] |
