about summary refs log tree commit diff
path: root/compiler/rustc_feature/src
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2022-12-29 00:47:23 -0800
committerDavid Tolnay <dtolnay@gmail.com>2022-12-29 00:47:23 -0800
commit06ec0bf8b09167002a61a0d5e198bd946eb226ac (patch)
tree6bd4e709d13e485089e721f0181cbe3fa31444e8 /compiler/rustc_feature/src
parentc5f66726f0d196cd060ef419067d8f2fe4e3d76c (diff)
downloadrust-06ec0bf8b09167002a61a0d5e198bd946eb226ac.tar.gz
rust-06ec0bf8b09167002a61a0d5e198bd946eb226ac.zip
Revert "Implement allow-by-default multiple_supertrait_upcastable lint"
This reverts commit 5e44a65517bfcccbe6624a70b54b9f192baa94f3.
Diffstat (limited to 'compiler/rustc_feature/src')
-rw-r--r--compiler/rustc_feature/src/active.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs
index 34fc62e0549..deb37bdebda 100644
--- a/compiler/rustc_feature/src/active.rs
+++ b/compiler/rustc_feature/src/active.rs
@@ -160,8 +160,6 @@ declare_features! (
     (active, intrinsics, "1.0.0", None, None),
     /// Allows using `#[lang = ".."]` attribute for linking items to special compiler logic.
     (active, lang_items, "1.0.0", None, None),
-    /// Allows the `multiple_supertrait_upcastable` lint.
-    (active, multiple_supertrait_upcastable, "CURRENT_RUSTC_VERSION", None, None),
     /// Allows using `#[omit_gdb_pretty_printer_section]`.
     (active, omit_gdb_pretty_printer_section, "1.5.0", None, None),
     /// Allows using `#[prelude_import]` on glob `use` items.