Skip to content

Commit

Permalink
Rollup merge of #61869 - Centril:cleanup-feature-gates, r=alexreg
Browse files Browse the repository at this point in the history
Cleanup some new active feature gates

r? @alexreg
  • Loading branch information
Centril authored Jun 16, 2019
2 parents 2ba1d94 + 281d787 commit cd9bb48
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 cd9bb48

Please sign in to comment.