diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-06-15 19:00:49 +0200 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-06-15 19:00:49 +0200 |
| commit | 281d787f6b422fe089960d84d6c68a65a93590d7 (patch) | |
| tree | e106006b17473eb1bc7912bfbde31791d07a8745 /src/libsyntax | |
| parent | 9f06855064ed06a50c496577b21ca50f92a2e67d (diff) | |
| download | rust-281d787f6b422fe089960d84d6c68a65a93590d7.tar.gz rust-281d787f6b422fe089960d84d6c68a65a93590d7.zip | |
cleanup some new active feature gates.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 004323301a2..1d8f68ec63a 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -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. |
