Sign in
android
/
toolchain
/
rustc
/
32f7835b4f844d645621e83c89a3178ef87b0d69
/
.
/
src
/
test
/
ui
/
parser
/
assoc-oddities-2.rs
blob: 3d35aad745589029ca527bedd217e0ad028f6e7e [
file
] [
log
] [
blame
]
// compile-flags: -Z parse-only
fn
main
()
{
// see assoc-oddities-1 for explanation
x
..
if
c
{
a
}
else
{
b
}[
n
];
//~ ERROR expected one of
}