]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/recover-assoc-const-constraint.rs
Use Term in ProjectionPredicate
[rust.git] / src / test / ui / parser / recover-assoc-const-constraint.rs
1 // run-pass
2
3 #[cfg(FALSE)]
4 fn syntax() {
5     bar::<Item = 42>();
6     bar::<Item = { 42 }>();
7 }
8
9 fn main() {}