Skip to content

Commit 2f08d26

Browse files
committed
rollup merge of #18542 : jakub-/struct-inherit-feature-gate
2 parents 386cc76 + c77a313 commit 2f08d26

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)