Sign in
android
/
toolchain
/
rustc
/
fc8a4ff31fec5a822fe5eb0da3a6f87866072960
/
.
/
src
/
test
/
ui
/
parser
/
import-from-path.stderr
blob: 93bdf82d0f576c00c9c6895412f467deeb5dbf6b [
file
]
error
:
expected
`;`
,
found
`::`
-->
$DIR
/
import
-
from
-
path
.
rs
:
2
:
15
|
LL
|
use
foo
::{
bar
}::
baz
|
^^
expected
`;`
|
=
note
:
glob
-
like brace syntax must be
last
on the path
error
:
aborting due to previous error