Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue_6558.rs
blob: 14efa1619dfd074b0a27c124651606a233ced1fa [
file
]
// Removing `self::self` breaks idempotence, leaving it causes a compilation error
// which the user should be made aware of #6558
use
self
::
self
;
use
self
::
self
::
self
;