Skip to content

Commit c77a313

Browse files
author
Jakub Bukaj
committed
Mark the struct_inherit feature as removed
1 parent 3327ecc commit c77a313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ static KNOWN_FEATURES: &'static [(&'static str, Status)] = &[
5757
("default_type_params", Active),
5858
("quote", Active),
5959
("linkage", Active),
60-
("struct_inherit", Active),
60+
("struct_inherit", Removed),
6161
("overloaded_calls", Active),
6262
("unboxed_closure_sugar", Active),
6363

0 commit comments

Comments
 (0)