1
Fork 0

Make feature negative_bounds internal

This commit is contained in:
León Orell Valerian Liehr 2023-12-27 18:53:06 +01:00
parent 88d69b72b4
commit 5f56465621
No known key found for this signature in database
GPG key ID: D17A07215F68E713
7 changed files with 15 additions and 45 deletions

View file

@ -210,7 +210,7 @@ declare_features! (
/// Allows the `multiple_supertrait_upcastable` lint.
(unstable, multiple_supertrait_upcastable, "1.69.0", None),
/// Allow negative trait bounds. This is an internal-only feature for testing the trait solver!
(incomplete, negative_bounds, "1.71.0", None),
(internal, negative_bounds, "1.71.0", None),
/// Allows using `#[omit_gdb_pretty_printer_section]`.
(internal, omit_gdb_pretty_printer_section, "1.5.0", None),
/// Allows using `#[prelude_import]` on glob `use` items.