-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rustdoc doesn't expand macros #7126
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
Labels
A-syntaxext
Area: Syntax extensions
Comments
This probably needs fixing before releasing 0.7 or newcomers will have a hard time. |
Hmm, I think production-ready milestone? Bit of a big papercut, though. |
@cmr Is this an issue with rustdoc_ng? |
@catamorphism nope, rustdoc_ng expands macros. |
Great! Closing. |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Apr 27, 2021
Fix ICE checking for feature gated const fn fixes: rust-lang#7126 changelog: Fix ICE in `missing_const_for_fn` when using a feature-gated `const fn`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This means the documentation for
std::int
is broken (similarly for the other primitive integer modules), since most of the functionality is created via a macro.The text was updated successfully, but these errors were encountered: