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