Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
parser
/
import-glob-path.stderr
blob: 04f8a6e96fad376647f0bbfff584b6c1bc4a1f35 [
file
] [
log
] [
blame
]
error
:
expected
`;`
,
found
`::`
-->
$DIR
/
import
-
glob
-
path
.
rs
:
1
:
11
|
LL
|
use
foo
::*::
bar
|
^^
expected
`;`
|
=
note
:
the wildcard token must be
last
on the path
error
:
aborting due to
1
previous error