Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
assoc
/
assoc-oddities-1.stderr
blob: 0d49d542f732910ca374bd64cc1cc275e3120297 [
file
] [
log
] [
blame
] [
edit
]
error
:
expected one of
`.`
,
`;`
,
`?`
,
or
`}`
,
found
`[`
-->
$DIR
/
assoc
-
oddities
-
1.rs
:
10
:
28
|
LL
|
..
if
c
{
a
}
else
{
b
}[
n
];
|
^
expected one of
`.`
,
`;`
,
`?`
,
or
`}`
error
:
aborting due to
1
previous error