Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
import-from-rename.stderr
blob: 2f267a8d026947459fb0f8d0615805587bcc7621 [
file
] [
log
] [
blame
] [
edit
]
error
:
expected
`;`
,
found keyword
`as`
-->
$DIR
/
import
-
from
-
rename
.
rs
:
3
:
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