Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue_6558.rs
blob: f46add35420a31788d6e4c3c9edaea31987bd371 [
file
] [
log
] [
blame
] [
edit
]
// 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
;