diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 70bd85c00d453..64d69e96a9ca3 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -197,7 +197,7 @@ const KNOWN_FEATURES: &'static [(&'static str, &'static str, Option, Status ("associated_type_defaults", "1.2.0", Some(29661), Active), // Allows macros to appear in the type position. - ("type_macros", "1.3.0", Some(27336), Active), + ("type_macros", "1.3.0", Some(27245), Active), // allow `repr(simd)`, and importing the various simd intrinsics ("repr_simd", "1.4.0", Some(27731), Active),