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