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
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-bugCategory: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
Searching for from_bool on both https://doc.rust-lang.org/std/ and in my local docs (with rustup doc), shows results for functions on primitive types which when clicked, don't link to any functions.
Following recommendations from rustc error messages, it appears to be that these functions have leaked in from the compiler_builtins crate somehow, but don't appear anywhere else in the documentation.
The text was updated successfully, but these errors were encountered:
gsollazzo
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-bug
Category: This is a bug.
labels
Feb 1, 2018
@manpat thank you for filing; I was the one that told you you should, and wasn't aware of this fix. I appreciate it, but since it's already been fixed, I'm going to give this a close.
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-bugCategory: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
Searching for from_bool on both https://doc.rust-lang.org/std/ and in my local docs (with
rustup doc
), shows results for functions on primitive types which when clicked, don't link to any functions.Following recommendations from rustc error messages, it appears to be that these functions have leaked in from the
compiler_builtins
crate somehow, but don't appear anywhere else in the documentation.The text was updated successfully, but these errors were encountered: