Skip to content

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

Closed
huonw opened this issue Jun 14, 2013 · 5 comments
Closed

Rustdoc doesn't expand macros #7126

huonw opened this issue Jun 14, 2013 · 5 comments
Labels
A-syntaxext Area: Syntax extensions

Comments

@huonw
Copy link
Member

huonw commented Jun 14, 2013

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.

@lilyball
Copy link
Contributor

This probably needs fixing before releasing 0.7 or newcomers will have a hard time.

@bblum
Copy link
Contributor

bblum commented Jul 29, 2013

Hmm, I think production-ready milestone? Bit of a big papercut, though.

@catamorphism
Copy link
Contributor

@cmr Is this an issue with rustdoc_ng?

@emberian
Copy link
Member

emberian commented Sep 5, 2013

@catamorphism nope, rustdoc_ng expands macros.

@catamorphism
Copy link
Contributor

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
Labels
A-syntaxext Area: Syntax extensions
Projects
None yet
Development

No branches or pull requests

5 participants