Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
parser
/
import-glob-rename.stderr
blob: 2a5f2b66404dc7b2898dfec1eb3acd2fcf7c6225 [
file
] [
log
] [
blame
]
error
:
expected
`;`
,
found keyword
`as`
-->
$DIR
/
import
-
glob
-
rename
.
rs
:
1
:
12
|
LL
|
use
foo
::*
as
baz
;
|
^^
expected
`;`
|
=
note
:
the wildcard token must be
last
on the path
error
:
aborting due to
1
previous error