Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
parser
/
assoc
/
assoc-oddities-2.rs
blob: 82cf7d79c0d5730a8039e68a33e766d45442089f [
file
] [
log
] [
blame
]
//@ compile-flags: -Z parse-crate-root-only
fn
main
()
{
// see assoc-oddities-1 for explanation
x
..
if
c
{
a
}
else
{
b
}[
n
];
//~ ERROR expected one of
}