about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/src
diff options
context:
space:
mode:
authorRyan van Polen <ryan@radix-security.com>2025-05-16 12:00:44 +0200
committerRyan van Polen <ryan@radix-security.com>2025-05-16 12:00:44 +0200
commit4c2d3bc8bd663d619ae8502bc62afb49efb0ddfa (patch)
tree3a2a8def9590c0915058f9df15df7a8b6adbba35 /compiler/rustc_driver_impl/src
parent7e3e8bdec4c992d2ec7474c1b70fb61aaaa9ed7e (diff)
downloadrust-4c2d3bc8bd663d619ae8502bc62afb49efb0ddfa.tar.gz
rust-4c2d3bc8bd663d619ae8502bc62afb49efb0ddfa.zip
Removed feature flag from `compiler/rustc_driver_impl`
Diffstat (limited to 'compiler/rustc_driver_impl/src')
-rw-r--r--compiler/rustc_driver_impl/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_driver_impl/src/lib.rs b/compiler/rustc_driver_impl/src/lib.rs
index 056c476d5e1..54a331a4904 100644
--- a/compiler/rustc_driver_impl/src/lib.rs
+++ b/compiler/rustc_driver_impl/src/lib.rs
@@ -12,7 +12,6 @@
 #![feature(decl_macro)]
 #![feature(panic_backtrace_config)]
 #![feature(panic_update_hook)]
-#![feature(result_flattening)]
 #![feature(rustdoc_internals)]
 #![feature(try_blocks)]
 // tidy-alphabetical-end