From 35437c7cf6182b64b53d079367d8ca9822db9a33 Mon Sep 17 00:00:00 2001 From: Aaron Turon Date: Tue, 8 Mar 2016 16:09:39 -0800 Subject: Fixes after a rebase --- src/libsyntax/feature_gate.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index a5f0fbbd094..fbaf28332c4 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -247,11 +247,10 @@ const KNOWN_FEATURES: &'static [(&'static str, &'static str, Option, Status ("inclusive_range_syntax", "1.7.0", Some(28237), Active), // `expr?` - ("question_mark", "1.9.0", Some(31436), Active) + ("question_mark", "1.9.0", Some(31436), Active), // impl specialization (RFC 1210) - // TODO: update with issue number (once it exists), before landing - ("specialization", "1.7.0", None, Active), + ("specialization", "1.7.0", Some(31844), Active), ]; // (changing above list without updating src/doc/reference.md makes @cmr sad) -- cgit 1.4.1-3-g733a5