Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-33455.stderr
blob: c535ef23b229674d752a260e700040ff298e7916 [
file
] [
log
] [
blame
]
error
:
expected one of
`::`
,
`;`
,
or
`as`
,
found
`.`
-->
$DIR
/
issue
-
33455.rs
:
1
:
8
|
LL
|
use
foo
.
bar
;
|
^
expected one of
`::`
,
`;`
,
or
`as`
error
:
aborting due to previous error