Skip to content
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

Broken source link on documentation page for std::is_x86_feature_detected #99870

Closed
vi opened this issue Jul 28, 2022 · 2 comments
Closed

Broken source link on documentation page for std::is_x86_feature_detected #99870

vi opened this issue Jul 28, 2022 · 2 comments
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@vi
Copy link
Contributor

vi commented Jul 28, 2022

Location

https://doc.rust-lang.org/stable/std/macro.is_x86_feature_detected.html

Summary

Clicking at "source" in 1.27.0 · source · [−] leads to https://doc.rust-lang.org/1.62.1/src/std_detect/detect/arch/x86.rs.html#18-197 that serves a "Not found" page.

@vi vi added the A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools label Jul 28, 2022
@GuillaumeGomez GuillaumeGomez added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Jul 29, 2022
@GuillaumeGomez
Copy link
Member

It seems to be a reexport bug. The macro is reexported at the top of the std library.

@jyn514
Copy link
Member

jyn514 commented Jul 31, 2022

Duplicate of #81311

@jyn514 jyn514 marked this as a duplicate of #81311 Jul 31, 2022
@jyn514 jyn514 closed this as completed Jul 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants