-
Notifications
You must be signed in to change notification settings - Fork 13.4k
dbg! put spaces around :: #81209
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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. |
Uh oh!
There was an error while loading. Please reload this page.
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: