diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2021-12-02 15:52:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-02 15:52:03 +0100 |
| commit | d96ce3ea8ef0d6e16c06feac0607533228ce75d8 (patch) | |
| tree | 361a51d567aa76056ed0c1539658588d91724e1e /compiler/rustc_errors/src | |
| parent | 87ca33321045b1b3a10f8ed8dab40521f4bf4bec (diff) | |
| parent | 971c549ca334b7b7406e61e958efcca9c4152822 (diff) | |
| download | rust-d96ce3ea8ef0d6e16c06feac0607533228ce75d8.tar.gz rust-d96ce3ea8ef0d6e16c06feac0607533228ce75d8.zip | |
Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini
Bump stage0 compiler r? `@pietroalbini` (or anyone else)
Diffstat (limited to 'compiler/rustc_errors/src')
| -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 82a02c3e543..ee508ac80ba 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -6,7 +6,6 @@ #![feature(crate_visibility_modifier)] #![feature(backtrace)] #![feature(if_let_guard)] -#![cfg_attr(bootstrap, feature(format_args_capture))] #![feature(iter_zip)] #![feature(let_else)] #![feature(nll)] |
