Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
73e1f8970fc9a74c13bd7ae2655c66f03d3fc69f
/
.
/
src
/
test
/
ui
/
parser
/
assoc-oddities-1.stderr
blob: 2d39546dca88f16ca19352f378908793526c808e [
file
] [
log
] [
blame
]
error
:
expected one of
`.`
,
`;`
,
`?`
,
or
`}`
,
found
`[`
-->
$DIR
/
assoc
-
oddities
-
1.rs
:
20
:
28
|
LL
|
..
if
c
{
a
}
else
{
b
}[
n
];
//~ ERROR expected one of
|
^
expected one of
`.`
,
`;`
,
`?`
,
or
`}`
here
error
:
aborting due to previous error