Skip to content

Commit e3ae199

Browse files
committed
Auto merge of #32516 - nodakai:fix-type-macro-feat-gate, r=nagisa
Type macro is tracked at #27245, not 27336
2 parents 68de28b + 3e2b849 commit e3ae199

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)