You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thinkofname opened this issue
Nov 4, 2015
· 5 comments
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
Gah! This is #29483. I recently changed this, and it missed my manual inspection.
steveklabnik
added
A-docs
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
labels
Nov 4, 2015
For anyone that wants to fix this, the idea is to change line 79 of src/libstd/lib.rs to use the inline link syntax, [](). Which also means removing line 156, where the target is.
I'm making this a part of #29429 so we don't ship a release without the fix, but if you're interested in helping out, please do it before I get to it!
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
https://doc.rust-lang.org/nightly/std/
The line
documents the constant values [MIN] and MAX.
MAX links to https://doc.rust-lang.org/nightly/std/rarely%20useful . Looking at the source it looks like rustdoc ignored the space between
]
and(
and made it a link.The text was updated successfully, but these errors were encountered: