Skip to content

Commit 281d787

Browse files
committed
cleanup some new active feature gates.
1 parent 9f06855 commit 281d787

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: src/libsyntax/feature_gate.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -557,11 +557,10 @@ declare_features! (
557557
// Allows the user of associated type bounds.
558558
(active, associated_type_bounds, "1.34.0", Some(52662), None),
559559

560-
// Attributes on formal function params
560+
// Attributes on formal function params.
561561
(active, param_attrs, "1.36.0", Some(60406), None),
562562

563-
// Allows calling constructor functions in `const fn`
564-
// FIXME Create issue
563+
// Allows calling constructor functions in `const fn`.
565564
(active, const_constructor, "1.37.0", Some(61456), None),
566565

567566
// #[repr(transparent)] on enums.

0 commit comments

Comments
 (0)