Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Apr 8, 2026. It is now read-only.
rust: add enum aliases - #206
Merged
Merged
Conversation
jakelang
approved these changes
Mar 19, 2019
jakelang
commented
Mar 19, 2019
Contributor
needs rebase. |
axic
commented
Mar 19, 2019
MemberAuthor
It turns out supporting enum type aliases properly was only merged into rustc on 19th Jan: rust-lang/rust#56225 |
axic
commented
Jul 4, 2019
MemberAuthor
Wow, apparently this is coming in rustc 1.37: rust-lang/rust#61682 |
axicforce-pushed
the
rust-enum-aliases
branch
3 times, most recently
from
August 11, 2019 09:16
32664f9 to
3d84c51CompareMemberAuthor
Woohoo, 1.37 was released. |
axicforce-pushed
the
rust-enum-aliases
branch
2 times, most recently
from
November 26, 2019 23:00
2ca440e to
4f4da10Comparechfast
approved these changes
Nov 27, 2019
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
Sign up for freeto 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.