diff options
| author | Eduard Burtescu <edy.burt@gmail.com> | 2016-08-24 06:36:37 +0300 |
|---|---|---|
| committer | Eduard Burtescu <edy.burt@gmail.com> | 2016-08-24 13:23:37 +0300 |
| commit | cb9b0ed91b898cbda23caa8ed1a82c37b39845de (patch) | |
| tree | 6c63d0df923fda6adf374e0d2be44f64c80c2087 /src/libsyntax | |
| parent | a66fa96d1871ee71cc382a276a3e52f6f6e56e01 (diff) | |
| download | rust-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.rs | 5 |
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 \ |
