about summary refs log tree commit diff
path: root/compiler/rustc_errors
diff options
context:
space:
mode:
authorSlanterns <slanterns.w@gmail.com>2023-10-18 07:35:57 +0800
committerSlanterns <slanterns.w@gmail.com>2023-10-18 07:35:57 +0800
commited512e91d0318cb06ea2b3729198e64090b5648e (patch)
tree485f27c9d11d090f58dc8298ecfe71d271a80ade /compiler/rustc_errors
parent10e6372a83d94e69f792c1bd33c0c435e8073c61 (diff)
downloadrust-ed512e91d0318cb06ea2b3729198e64090b5648e.tar.gz
rust-ed512e91d0318cb06ea2b3729198e64090b5648e.zip
Remove `#![feature(result_option_inspect)]` from the compiler
Diffstat (limited to 'compiler/rustc_errors')
-rw-r--r--compiler/rustc_errors/src/lib.rs1
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)]