Skip to content

Commit

Permalink
correct version in which more_struct_aliases was/will be stable
Browse files Browse the repository at this point in the history
The stabilizing commit is 5056a43, which is not in 1.14, but is (at
time of writing) on the 1.16 beta branch.
  • Loading branch information
zackmdavis committed Feb 5, 2017
1 parent d7777ae commit 5e06aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/feature_gate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ declare_features! (
(accepted, dotdot_in_tuple_patterns, "1.14.0", Some(33627)),
(accepted, item_like_imports, "1.14.0", Some(35120)),
// Allows using `Self` and associated types in struct expressions and patterns.
(accepted, more_struct_aliases, "1.14.0", Some(37544)),
(accepted, more_struct_aliases, "1.16.0", Some(37544)),
);
// (changing above list without updating src/doc/reference.md makes @cmr sad)

Expand Down

0 comments on commit 5e06aee

Please sign in to comment.