diff options
| author | Ben Kimock <kimockb@gmail.com> | 2025-06-01 05:34:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-01 05:34:18 +0000 |
| commit | af0829b9f1875e811f5a8bb1d7cdca76aa596248 (patch) | |
| tree | 8cbc3d5d8f50b70eef6af260d1028086f6764b26 /compiler/rustc_driver_impl/src | |
| parent | c37010f8d6ad69244bf81b5c56e30a703c2cd932 (diff) | |
| parent | 2150180050b71e46bb305ffdb2de615f3aa5588f (diff) | |
| download | rust-af0829b9f1875e811f5a8bb1d7cdca76aa596248.tar.gz rust-af0829b9f1875e811f5a8bb1d7cdca76aa596248.zip | |
Merge pull request #4364 from rust-lang/rustup-2025-06-01
Automatic Rustup
Diffstat (limited to 'compiler/rustc_driver_impl/src')
| -rw-r--r-- | compiler/rustc_driver_impl/src/lib.rs | 1 |
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 |
