]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/recover-assoc-lifetime-constraint.rs
Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042' into clippyup
[rust.git] / src / test / ui / parser / recover-assoc-lifetime-constraint.rs
1 #[cfg(FALSE)]
2 fn syntax() {
3     bar::<Item = 'a>(); //~ ERROR associated lifetimes are not supported
4 }
5
6 fn main() {}