summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/recover-assoc-eq-missing-term.rs
blob: 4b42c44dc64e57d80ead836170bcec9b3b20b0d7 (plain)
1
2
3
4
5
6
#[cfg(FALSE)]
fn syntax() {
    bar::<Item =   >(); //~ ERROR missing type to the right of `=`
}

fn main() {}