Sign in
android
/
toolchain
/
rustc
/
32f7835b4f844d645621e83c89a3178ef87b0d69
/
.
/
src
/
test
/
ui
/
parser
/
import-glob-path.stderr
blob: a93ef255c94b22952eee57963c31ad0624be0b07 [
file
] [
log
] [
blame
]
error
:
expected
`;`
,
found
`::`
-->
$DIR
/
import
-
glob
-
path
.
rs
:
2
:
11
|
LL
|
use
foo
::*::
bar
|
^^
expected
`;`
|
=
note
:
the wildcard token must be
last
on the path
error
:
aborting due to previous error