2024-11-28 19:05:56 +00:00
|
|
|
//@ compile-flags: -Z parse-crate-root-only
|
2015-10-16 21:06:25 +00:00
|
|
|
|
2019-01-06 15:33:05 +00:00
|
|
|
fn main() {
|
2015-10-16 21:06:25 +00:00
|
|
|
// see assoc-oddities-1 for explanation
|
|
|
|
x..if c { a } else { b }[n]; //~ ERROR expected one of
|
|
|
|
}
|