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