From: Alex Crichton Date: Fri, 27 Mar 2015 17:10:38 +0000 (-0700) Subject: rollup merge of #23749: alexcrichton/remove-old-impl-check X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=e361b25c5e0ae2b49b1850499f0c19683c843fe6;p=rust.git rollup merge of #23749: alexcrichton/remove-old-impl-check Conflicts: src/libsyntax/feature_gate.rs --- e361b25c5e0ae2b49b1850499f0c19683c843fe6 diff --cc src/libsyntax/feature_gate.rs index ad0fa500c28,0f281c6f8f9..70f43776ff0 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@@ -276,12 -277,7 +273,11 @@@ pub const KNOWN_ATTRIBUTES: &'static [( // FIXME: #19470 this shouldn't be needed forever ("old_orphan_check", Whitelisted), - ("old_impl_check", Whitelisted), - ("rustc_paren_sugar", Whitelisted), // FIXME: #18101 temporary unboxed closure hack + + ("rustc_paren_sugar", Gated("unboxed_closures", + "unboxed_closures are still evolving")), + ("rustc_reflect_like", Gated("reflect", + "defining reflective traits is still evolving")), // Crate level attributes ("crate_name", CrateLevel),