Sign in
rust
/
rust
/
56572203199216a87f69fa954bb1864a0ee8aade
/
.
/
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
;