]> git.lizzy.rs Git - rust.git/blob - src/test/ui/associated-consts/issue-93835.rs
Rollup merge of #99064 - lyming2007:issue-97687-fix, r=estebank
[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() {}