Skip to content

Commit

Permalink
cleanup some new active feature gates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Jun 15, 2019
1 parent 9f06855 commit 281d787
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 281d787

Please sign in to comment.