summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/recover-assoc-lifetime-constraint.rs
blob: 558fcdfe1776f9358074caa1ff9191401f35de1c (plain)
1
2
3
4
5
6
#[cfg(FALSE)]
fn syntax() {
    bar::<Item = 'a>(); //~ ERROR associated lifetimes are not supported
}

fn main() {}