about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorEduard Burtescu <edy.burt@gmail.com>2016-08-24 06:36:37 +0300
committerEduard Burtescu <edy.burt@gmail.com>2016-08-24 13:23:37 +0300
commitcb9b0ed91b898cbda23caa8ed1a82c37b39845de (patch)
tree6c63d0df923fda6adf374e0d2be44f64c80c2087 /src/libsyntax
parenta66fa96d1871ee71cc382a276a3e52f6f6e56e01 (diff)
downloadrust-cb9b0ed91b898cbda23caa8ed1a82c37b39845de.tar.gz
rust-cb9b0ed91b898cbda23caa8ed1a82c37b39845de.zip
Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/feature_gate.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs
index d94bfe7dcbd..05a485cefab 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -517,11 +517,6 @@ pub const KNOWN_ATTRIBUTES: &'static [(&'static str, AttributeType, AttributeGat
                                       is just used for rustc unit tests \
                                       and will never be stable",
                                      cfg_fn!(rustc_attrs))),
-    ("rustc_no_mir", Whitelisted, Gated("rustc_attrs",
-                                        "the `#[rustc_no_mir]` attribute \
-                                         is just used to make tests pass \
-                                         and will never be stable",
-                                        cfg_fn!(rustc_attrs))),
     ("rustc_inherit_overflow_checks", Whitelisted, Gated("rustc_attrs",
                                                          "the `#[rustc_inherit_overflow_checks]` \
                                                           attribute is just used to control \