-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
dbg! put spaces around :: #81209
Comments
This is just what |
The result is based upon tokens, not the actual code. It will be normalised like this no matter what. |
But why shouldn't it be normalized without spaces around |
I didn't realise that, and it's a good point. It could potentially be worthwhile to make |
Pretty sure it got fixed in 1.76 |
Seems like this should be closed, then. |
While trying out
Ipv4Addr
for #81202I tried this code:
https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=d4e00191c64a2608f3306178bff743c8
I expected to see this happen:
Instead, this happened:
Meta
rustc --version --verbose
: Same happens for nightlyThe text was updated successfully, but these errors were encountered: