From c77a3135701764185de6d8fb98d07cd25a3ebfdc Mon Sep 17 00:00:00 2001 From: Jakub Bukaj Date: Sun, 2 Nov 2014 18:40:30 +0100 Subject: [PATCH] Mark the `struct_inherit` feature as removed --- src/libsyntax/feature_gate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),