Skip to content

Commit 3e2b849

Browse files
committed
Type macro is tracked at #27245, not 27336
Signed-off-by: NODA, Kai <[email protected]>
1 parent 65bc9d7 commit 3e2b849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ const KNOWN_FEATURES: &'static [(&'static str, &'static str, Option<u32>, Status
199199
("associated_type_defaults", "1.2.0", Some(29661), Active),
200200

201201
// Allows macros to appear in the type position.
202-
("type_macros", "1.3.0", Some(27336), Active),
202+
("type_macros", "1.3.0", Some(27245), Active),
203203

204204
// allow `repr(simd)`, and importing the various simd intrinsics
205205
("repr_simd", "1.4.0", Some(27731), Active),

0 commit comments

Comments
 (0)