cleanup some new active feature gates.
This commit is contained in:
parent
9f06855064
commit
281d787f6b
1 changed files with 2 additions and 3 deletions
|
@ -557,11 +557,10 @@ declare_features! (
|
|||
// Allows the user of associated type bounds.
|
||||
(active, associated_type_bounds, "1.34.0", Some(52662), None),
|
||||
|
||||
// Attributes on formal function params
|
||||
// Attributes on formal function params.
|
||||
(active, param_attrs, "1.36.0", Some(60406), None),
|
||||
|
||||
// Allows calling constructor functions in `const fn`
|
||||
// FIXME Create issue
|
||||
// Allows calling constructor functions in `const fn`.
|
||||
(active, const_constructor, "1.37.0", Some(61456), None),
|
||||
|
||||
// #[repr(transparent)] on enums.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue