1
Fork 0

Implement allow-by-default multiple_supertrait_upcastable lint

This commit is contained in:
Gary Guo 2022-12-09 02:27:03 +00:00
parent 7632db0e87
commit 5e44a65517
7 changed files with 74 additions and 0 deletions

View file

@ -160,6 +160,8 @@ 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.