Rollup merge of #119354 - fmease:negative_bounds-fixes, r=compiler-errors
Make `negative_bounds` internal & fix some of its issues r? compiler-errors
This commit is contained in:
commit
ea6129084e
16 changed files with 251 additions and 90 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