about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
diff options
context:
space:
mode:
authorPaul Faria <Nashenas88@gmail.com>2017-05-25 07:59:13 -0400
committerPaul Faria <Nashenas88@gmail.com>2017-05-25 07:59:13 -0400
commita563f350b0122da51a507037956858639b2aa106 (patch)
tree1dd88f33bad350006ee8d75837eede8ac109bba9 /src/libsyntax/feature_gate.rs
parentfb9ca16b3b7cf034f885de28879c4d50261ce3ef (diff)
downloadrust-a563f350b0122da51a507037956858639b2aa106.tar.gz
rust-a563f350b0122da51a507037956858639b2aa106.zip
Remove irrelevant tests and unused testing attribute
Diffstat (limited to 'src/libsyntax/feature_gate.rs')
-rw-r--r--src/libsyntax/feature_gate.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs
index e1b7d4681ad..933cce13549 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -659,12 +659,6 @@ pub const BUILTIN_ATTRIBUTES: &'static [(&'static str, AttributeType, AttributeG
                                            "rustc_attrs",
                                            "internal rustc attributes will never be stable",
                                            cfg_fn!(rustc_attrs))),
-    ("rustc_move_fragments", Normal, Gated(Stability::Unstable,
-                                           "rustc_attrs",
-                                           "the `#[rustc_move_fragments]` attribute \
-                                            is just used for rustc unit tests \
-                                            and will never be stable",
-                                           cfg_fn!(rustc_attrs))),
     ("rustc_mir", Whitelisted, Gated(Stability::Unstable,
                                      "rustc_attrs",
                                      "the `#[rustc_mir]` attribute \