Make feature negative_bounds
internal
This commit is contained in:
parent
88d69b72b4
commit
5f56465621
7 changed files with 15 additions and 45 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue