This repository was archived by the owner on Nov 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 326
rust: add enum aliases #206
Merged
Merged
+113
−50
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jakelang
approved these changes
Mar 19, 2019
Contributor
|
needs rebase. |
Member
Author
|
It turns out supporting enum type aliases properly was only merged into rustc on 19th Jan: rust-lang/rust#56225 |
Member
Author
|
Wow, apparently this is coming in rustc 1.37: rust-lang/rust#61682 |
32664f9 to
3d84c51
Compare
Member
Author
|
Woohoo, 1.37 was released. |
3d84c51 to
b18b20e
Compare
2ca440e to
4f4da10
Compare
4f4da10 to
a88ae70
Compare
3cc59d5 to
6ffb0f9
Compare
chfast
approved these changes
Nov 27, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Part of #168.