about summary refs log tree commit diff
path: root/tests/ui/parser/assoc/assoc-oddities-2.rs
blob: 82cf7d79c0d5730a8039e68a33e766d45442089f (plain)
1
2
3
4
5
6
//@ 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
}