rollup merge of #18542 : jakub-/struct-inherit-feature-gate

This commit is contained in:
Alex Crichton 2014-11-02 18:45:40 -08:00
commit 2f08d263ba

View file

@ -57,7 +57,7 @@ static KNOWN_FEATURES: &'static [(&'static str, Status)] = &[
("default_type_params", Active), ("default_type_params", Active),
("quote", Active), ("quote", Active),
("linkage", Active), ("linkage", Active),
("struct_inherit", Active), ("struct_inherit", Removed),
("overloaded_calls", Active), ("overloaded_calls", Active),
("unboxed_closure_sugar", Active), ("unboxed_closure_sugar", Active),