Sign in
rust
/
rustfmt
/
refs/heads/libsyntax
/
.
/
tests
/
source
/
issue-1124.rs
blob: 0b9d68f49b8576e6213031c07eebca081b098fff [
file
] [
log
] [
blame
]
use
d
;
use
c
;
use
b
;
use
a
;
// The previous line has a space after the `use a;`
mod
a
{
use
d
;
use
c
;
use
b
;
use
a
;
}
use
z
;
use
y
;
use
x
;
use
a
;