about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorJakub Bukaj <jakub@jakub.cc>2014-11-02 18:40:30 +0100
committerJakub Bukaj <jakub@jakub.cc>2014-11-02 18:40:30 +0100
commitc77a3135701764185de6d8fb98d07cd25a3ebfdc (patch)
tree219f213b2d8326d01535779f93d44ad03fc02225 /src/libsyntax
parent3327ecca422046699315122345c6c050ab73804b (diff)
downloadrust-c77a3135701764185de6d8fb98d07cd25a3ebfdc.tar.gz
rust-c77a3135701764185de6d8fb98d07cd25a3ebfdc.zip
Mark the `struct_inherit` feature as removed
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/feature_gate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs
index c1877c827a4..54eaa308658 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -57,7 +57,7 @@ static KNOWN_FEATURES: &'static [(&'static str, Status)] = &[
     ("default_type_params", Active),
     ("quote", Active),
     ("linkage", Active),
-    ("struct_inherit", Active),
+    ("struct_inherit", Removed),
     ("overloaded_calls", Active),
     ("unboxed_closure_sugar", Active),