rust/tests/ui/parser/assoc-oddities-2.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
150 B
Rust
Raw Normal View History

// compile-flags: -Z parse-only
fn main() {
// see assoc-oddities-1 for explanation
x..if c { a } else { b }[n]; //~ ERROR expected one of
}