]> git.lizzy.rs Git - rust.git/blob - src/test/ui/associated-consts/issue-93835.rs
Auto merge of #99612 - yanchen4791:issue-95079-fix, r=compiler-errors
[rust.git] / src / test / ui / associated-consts / issue-93835.rs
1 fn e() {
2     p:a<p:p<e=6>>
3     //~^ ERROR comparison operators
4     //~| ERROR cannot find value
5     //~| ERROR associated const equality
6     //~| ERROR associated const equality
7     //~| ERROR associated type bounds
8 }
9
10 fn main() {}