-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rustdoc displays macro
s as macro_rules!
s
#76761
Comments
Related: #74355 |
I have a hunch that |
I would experiment to see if that is what's causing it, but I'm waiting on a build for something else 😄 |
|
Wow, I never noticed that! That's so cool :) |
See for
std::marker::Copy
:But when you click on
[src]
:Or for
proc_macro::quote!
:With source:
Or for
core::ready!
, which is not a built-in:@rustbot modify labels: T-rustdoc C-bug
The text was updated successfully, but these errors were encountered: