summaryrefslogtreecommitdiffstats
path: root/src/test/ui/associated-consts/issue-93835.rs
blob: 5c7b065983e194f3af96f0c321e2355912882bf2 (plain)
1
2
3
4
5
6
7
8
9
10
fn e() {
    p:a<p:p<e=6>>
    //~^ ERROR comparison operators
    //~| ERROR cannot find value
    //~| ERROR associated const equality
    //~| ERROR associated const equality
    //~| ERROR associated type bounds
}

fn main() {}