diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2024-03-19 09:34:31 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2024-03-20 08:49:13 -0400 |
| commit | 02f193059528c6dd93f042ce277094f1d14cae77 (patch) | |
| tree | 29c6bd403851ec418f7f5241b3c8b74cd7aecbd4 /compiler/rustc_errors/src | |
| parent | e4c58eb8da4ccd3af97b0254d2a3ed33a84b7cca (diff) | |
| download | rust-02f193059528c6dd93f042ce277094f1d14cae77.tar.gz rust-02f193059528c6dd93f042ce277094f1d14cae77.zip | |
step cfgs
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 723f13dbe8d..238bc63ec58 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -7,7 +7,6 @@ #![allow(internal_features)] #![allow(rustc::diagnostic_outside_of_impl)] #![allow(rustc::untranslatable_diagnostic)] -#![cfg_attr(bootstrap, feature(min_specialization))] #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![doc(rust_logo)] #![feature(array_windows)] |
