From 2a9b75281bfb03fc795568ac8fb6eeff7cac8034 Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Sat, 3 Aug 2019 04:22:44 +0300 Subject: Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infrastructure to elsewhere --- src/libsyntax/feature_gate.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/libsyntax/feature_gate.rs') diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 33d10b269e1..261214ff873 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -1329,11 +1329,6 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[ /*opt*/ attributes(name1, name2, ...)"), Ungated), - (sym::rustc_copy_clone_marker, Whitelisted, template!(Word), Gated(Stability::Unstable, - sym::rustc_attrs, - "internal implementation detail", - cfg_fn!(rustc_attrs))), - (sym::rustc_allocator, Whitelisted, template!(Word), Gated(Stability::Unstable, sym::rustc_attrs, "internal implementation detail", -- cgit 1.4.1-3-g733a5