-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Fix links in the referece #25283
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
Fix links in the referece #25283
Conversation
r? @pcwalton (rust_highfive has picked a reviewer for you, use r? to override) |
@@ -653,7 +657,7 @@ There are several kinds of item: | |||
* [`use` declarations](#use-declarations) | |||
* [modules](#modules) | |||
* [functions](#functions) | |||
* [type definitions](#type-definitions) | |||
* [type definitions](grammar.html#type-definitions) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should just link to the type aliases section in the same chapter 6.1. I touched this in my PR too (added to this particular list, missing constants).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought this was what the original link was to, maybe i'm wrong
☔ The latest upstream changes (presumably #25303) made this pull request unmergeable. Please resolve the merge conflicts. |
and remove references to the unit type, which no longer exists Fixes rust-lang#24999
Updated! |
and remove references to the unit type, which no longer exists Fixes rust-lang#24999
and remove references to the unit type, which no longer exists Fixes rust-lang#24999
and remove references to the unit type, which no longer exists
Fixes #24999