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