Sign in
android
/
toolchain
/
rustc
/
32f7835b4f844d645621e83c89a3178ef87b0d69
/
.
/
src
/
test
/
ui
/
parser
/
bad-name.stderr
blob: a36b67794fa840a10a330e6fbd19f287ac00d3f7 [
file
] [
log
] [
blame
]
error
:
expected one of
`:`
,
`;`
,
`=`
,
`@`
,
or
`|`
,
found
`.`
-->
$DIR
/
bad
-
name
.
rs
:
4
:
8
|
LL
|
let
x
.
y
::<
isize
>.
z foo
;
|
^
expected one of
`:`
,
`;`
,
`=`
,
`@`
,
or
`|`
error
:
aborting due to previous error