Skip to content

Commit 0a09274

Browse files
authored
Rollup merge of rust-lang#39552 - zackmdavis:more_struct_aliases_stabilization_version, r=petrochenkov
correct version in which more_struct_aliases was/will be stable The stabilizing commit is 5056a43, which is not in 1.14, but is (at time of writing) on the 1.16 beta branch. [See discussion](rust-lang#39282 (comment)).
2 parents 94fd315 + 5e06aee commit 0a09274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ declare_features! (
381381
(accepted, dotdot_in_tuple_patterns, "1.14.0", Some(33627)),
382382
(accepted, item_like_imports, "1.14.0", Some(35120)),
383383
// Allows using `Self` and associated types in struct expressions and patterns.
384-
(accepted, more_struct_aliases, "1.14.0", Some(37544)),
384+
(accepted, more_struct_aliases, "1.16.0", Some(37544)),
385385
);
386386
// (changing above list without updating src/doc/reference.md makes @cmr sad)
387387

0 commit comments

Comments
 (0)