From 95111a8be7e16e5e22e83922aec81aab0c6348e9 Mon Sep 17 00:00:00 2001 From: angelsl Date: Sun, 21 Feb 2016 03:09:28 +0800 Subject: [PATCH] Fix issue number for type_macros gate --- src/libsyntax/feature_gate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),