diff options
| author | Jakub Bukaj <jakub@jakub.cc> | 2014-11-02 18:40:30 +0100 |
|---|---|---|
| committer | Jakub Bukaj <jakub@jakub.cc> | 2014-11-02 18:40:30 +0100 |
| commit | c77a3135701764185de6d8fb98d07cd25a3ebfdc (patch) | |
| tree | 219f213b2d8326d01535779f93d44ad03fc02225 /src/libsyntax | |
| parent | 3327ecca422046699315122345c6c050ab73804b (diff) | |
| download | rust-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.rs | 2 |
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), |
