about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-04-29 02:16:01 +0000
committerbors <bors@rust-lang.org>2015-04-29 02:16:01 +0000
commitc48b499ea31592fe332e8927ecf64a44ebcb0889 (patch)
tree9d0f557bd32aced1f01622dee07ac1530afe810c /src/libsyntax
parentc4b23aec4c5ddf32df1e0ba3cc23212327cd8b1f (diff)
parent69abc12b0044d641e714bdd73a299cfa4136b7b8 (diff)
downloadrust-c48b499ea31592fe332e8927ecf64a44ebcb0889.tar.gz
rust-c48b499ea31592fe332e8927ecf64a44ebcb0889.zip
Auto merge of #24888 - tamird:snapshot, r=alexcrichton
r? @alexcrichton cc @brson 
Diffstat (limited to 'src/libsyntax')
-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 60b1d4797d5..28deb4eec3f 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -93,10 +93,6 @@ const KNOWN_FEATURES: &'static [(&'static str, &'static str, Status)] = &[
 
     ("fundamental", "1.0.0", Active),
 
-    // Deprecate after snapshot
-    // SNAP 5520801
-    ("unsafe_destructor", "1.0.0", Active),
-
     // A temporary feature gate used to enable parser extensions needed
     // to bootstrap fix for #5723.
     ("issue_5723_bootstrap", "1.0.0", Accepted),
@@ -209,8 +205,6 @@ pub const KNOWN_ATTRIBUTES: &'static [(&'static str, AttributeType)] = &[
     ("link_args", Normal),
     ("macro_escape", Normal),
 
-    ("unsafe_destructor", Gated("unsafe_destructor",
-                                "`#[unsafe_destructor]` does nothing anymore")),
     ("staged_api", Gated("staged_api",
                          "staged_api is for use by rustc only")),
     ("plugin", Gated("plugin",