Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
parser
/
import-from-rename.stderr
blob: 3289f1bdbe72ebc917c993f39ae6102ce0e4b1af [
file
] [
log
] [
blame
]
error
:
expected
`;`
,
found keyword
`as`
-->
$DIR
/
import
-
from
-
rename
.
rs
:
1
:
16
|
LL
|
use
foo
::{
bar
}
as
baz
;
|
^^
expected
`;`
|
=
note
:
glob
-
like brace syntax must be
last
on the path
error
:
aborting due to
1
previous error