-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document type_alias_enum_variants #631
Comments
I think this is the wrong place for the primary docs since it adds to the confusion around the misnomer that What we should focus on is making sure the following is covered in some form: Reference guideIn the value and type namespaces, type-relative resolution to an
Note that while resolution in the type namespace to an |
Yeah but it may take a while to get to... tho if someone wants to have a go at it that would be lovely. |
Since name resolution is not documented, I think it may be a bit difficult or awkward to define this in an adequate way. My intent was just that the clause at the bottom of that page is now wrong, it should be updated (or maybe removed if we don't want to have it there). If you want, we can just remove the note and make this a sub-task of #568. |
Stabilized in: rust-lang/rust#61682
RFC (issue): rust-lang/rfcs#2218
Issue: rust-lang/rust#52118
There is a brief mention of this at the bottom of https://github.com/rust-lang-nursery/reference/blob/master/src/items/type-aliases.md that should be updated.Example has been updated in #831.
@Centril were you planning to update this?
The text was updated successfully, but these errors were encountered: