diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-11-02 18:45:40 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-11-03 08:31:47 -0800 |
| commit | 2f08d263bab7816f13743fb7ed75b971890645a8 (patch) | |
| tree | 1cfbc0e718838058caf5107a9dd0a21d4d4ab6c1 /src/libsyntax | |
| parent | 386cc7665596e59ead9fffdc0934962890f945fc (diff) | |
| parent | c77a3135701764185de6d8fb98d07cd25a3ebfdc (diff) | |
| download | rust-2f08d263bab7816f13743fb7ed75b971890645a8.tar.gz rust-2f08d263bab7816f13743fb7ed75b971890645a8.zip | |
rollup merge of #18542 : jakub-/struct-inherit-feature-gate
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), |
