Skip to content

Commit

Permalink
Auto merge of #32516 - nodakai:fix-type-macro-feat-gate, r=nagisa
Browse files Browse the repository at this point in the history
Type macro is tracked at #27245, not 27336
  • Loading branch information
bors committed Mar 27, 2016
2 parents 68de28b + 3e2b849 commit e3ae199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const KNOWN_FEATURES: &'static [(&'static str, &'static str, Option<u32>, 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),
Expand Down

0 comments on commit e3ae199

Please sign in to comment.