-
Notifications
You must be signed in to change notification settings - Fork 13.4k
-Zunpretty=identified
runs too early
#10671
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
Comments
Running this on our stock Hello world gives
I would think that this would be okay to close, then. What do you think, @huonw ? I mean, the future of |
It's still useless, that number is just |
Visiting for triage: the output has not changed
|
Triage; still no change |
Triage: no changes |
Triage: this now prints
which is |
--pretty identified
runs too early-Zunpretty=identified
runs too early
Triage: no changes |
rustc -Zunpretty=identified
:Clearly it's useless if the
NodeId
s are allNodeId::MAX_AS_U32
(4294967040
aka-256_i32 as u32
) (I think it may just have to be removed in favour of-Zunpretty=expanded,identified
since theNodeId
s are only assigned after macro expansion, and only correspond to elements of that AST, not the pre-expansion one).The text was updated successfully, but these errors were encountered: