diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2025-06-01 00:35:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-01 00:35:50 +0200 |
| commit | 241ec137fb7c2134ab24d326cd482b77a4380ba5 (patch) | |
| tree | aff79d42ab28512be3c5ecd6534f7b53369f4a04 /compiler/rustc_driver_impl | |
| parent | 4d08223c054cf5a56d9761ca925fd46ffebe7115 (diff) | |
| parent | 48538ed16b8f32eddaa5476dab4d461e4b35026c (diff) | |
| download | rust-241ec137fb7c2134ab24d326cd482b77a4380ba5.tar.gz rust-241ec137fb7c2134ab24d326cd482b77a4380ba5.zip | |
Rollup merge of #141072 - Rynibami:stabilize-const-result-flatten, r=jhpratt
Stabilize feature `result_flattening` Stabilizes the `Result::flatten` method ## Implementations - [x] Implementation `Result::flatten`: https://github.com/rust-lang/rust/pull/70140 - [x] Implementation `const` `Result::flatten`: https://github.com/rust-lang/rust/pull/130692 - [x] Update stabilization attribute macros (this PR) ## Stabilization process - [x] Created this PR [suggested](https://github.com/rust-lang/rust/issues/70142#issuecomment-2885044548) by ``@RalfJung`` - [x] FCP (haven't found any, is it applicable here?) - [ ] Close issue rust-lang/rust#70142
Diffstat (limited to 'compiler/rustc_driver_impl')
| -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 |
