1
Fork 0

cleanup some new active feature gates.

This commit is contained in:
Mazdak Farrokhzad 2019-06-15 19:00:49 +02:00
parent 9f06855064
commit 281d787f6b

View file

@ -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.