1
Fork 0

Mark the struct_inherit feature as removed

This commit is contained in:
Jakub Bukaj 2014-11-02 18:40:30 +01:00
parent 3327ecca42
commit c77a313570

View file

@ -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),