diff options
| author | NODA, Kai <nodakai@gmail.com> | 2016-03-27 05:29:05 +0800 |
|---|---|---|
| committer | NODA, Kai <nodakai@gmail.com> | 2016-03-27 16:48:57 +0800 |
| commit | 7b69ad91585cebb50a1b6cae0d8d9a3ac83d78ff (patch) | |
| tree | bc52084da439e5953da8cdf13c28506413b4bf66 /src/libsyntax | |
| parent | a18e12494f2c6e219a7107b3a827c55dc360aa8b (diff) | |
| download | rust-7b69ad91585cebb50a1b6cae0d8d9a3ac83d78ff.tar.gz rust-7b69ad91585cebb50a1b6cae0d8d9a3ac83d78ff.zip | |
Type macro is tracked at rust-lang/rust#27245, not 27336
Signed-off-by: NODA, Kai <nodakai@gmail.com>
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index cd88aaa4597..5ade636a327 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -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), |
