We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bfe307 commit 7485903Copy full SHA for 7485903
src/libsyntax/feature_gate.rs
@@ -300,7 +300,7 @@ declare_features! (
300
(active, abi_unadjusted, "1.16.0", None, None),
301
302
// Procedural macros 2.0.
303
- (active, proc_macro, "1.16.0", Some(38356), None),
+ (active, proc_macro, "1.16.0", Some(38356), Some(Edition::Edition2018)),
304
305
// Declarative macros 2.0 (`macro`).
306
(active, decl_macro, "1.17.0", Some(39412), None),
@@ -324,7 +324,7 @@ declare_features! (
324
325
326
// Allows the `catch {...}` expression
327
- (active, catch_expr, "1.17.0", Some(31436), None),
+ (active, catch_expr, "1.17.0", Some(31436), Some(Edition::Edition2018)),
328
329
// Used to preserve symbols (see llvm.used)
330
(active, used, "1.18.0", Some(40289), None),
0 commit comments