diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2016-10-11 16:27:09 +1300 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2016-10-27 11:44:42 +1300 |
| commit | d1b08b136c47c37cce91d65dc58f375af0d085e1 (patch) | |
| tree | 7f480dfde932ba5d96e71a88210443101ec7b547 /src/libsyntax | |
| parent | 121e903f1747881ebdf0b010a54b116dfb367d12 (diff) | |
| download | rust-d1b08b136c47c37cce91d65dc58f375af0d085e1.tar.gz rust-d1b08b136c47c37cce91d65dc58f375af0d085e1.zip | |
deprecate no_debug
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 07b52d4c9aa..352479d1b1d 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -643,7 +643,7 @@ pub const KNOWN_ATTRIBUTES: &'static [(&'static str, AttributeType, AttributeGat ("link_section", Whitelisted, Ungated), ("no_builtins", Whitelisted, Ungated), ("no_mangle", Whitelisted, Ungated), - ("no_debug", Whitelisted, Gated(Stability::Unstable, + ("no_debug", Whitelisted, Gated(Stability::Deprecated, "no_debug", "the `#[no_debug]` attribute \ is an experimental feature", |
