We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried this code on the stable channel:
pub fn f() -> bool { true }
I expected to see this happen: Rustdoc links bool to https://doc.rust-lang.org/std/primitive.bool.html
Instead, this happened: Rustdoc links bool to https://doc.rust-lang.org/nightly/std/primitive.bool.html
This also affects intra-doc links.
rustdoc --version: rustdoc 1.47.0 (18bf6b4f0 2020-10-07)
rustdoc --version
rustdoc 1.47.0 (18bf6b4f0 2020-10-07)
The text was updated successfully, but these errors were encountered:
I can confirm this happens on the crates I've checked, which are crates known to build on the standard, non-nightly compiler.
I see two problems with this default behaviour:
Sorry, something went wrong.
Rollup merge of rust-lang#77827 - jyn514:stable-primitives, r=Guillau…
d15f263
…meGomez Don't link to nightly primitives on stable channel I am not sure how to test this. Closes rust-lang#77775 r? @GuillaumeGomez
6c5dbcb
ecff2d8
8c4d855
Successfully merging a pull request may close this issue.
I tried this code on the stable channel:
I expected to see this happen: Rustdoc links bool to https://doc.rust-lang.org/std/primitive.bool.html
Instead, this happened: Rustdoc links bool to https://doc.rust-lang.org/nightly/std/primitive.bool.html
This also affects intra-doc links.
Meta
rustdoc --version
:rustdoc 1.47.0 (18bf6b4f0 2020-10-07)
The text was updated successfully, but these errors were encountered: