summaryrefslogtreecommitdiffstats
path: root/src/test/ui/typeck/issue-91267.rs
blob: f5a37e9cb86f8c89d723ea5b8f2b324758923d1a (plain)
1
2
3
4
5
6
fn main() {
    0: u8<e<5>=e>
    //~^ ERROR: cannot find type `e` in this scope [E0412]
    //~| ERROR: associated type bindings are not allowed here [E0229]
    //~| ERROR: mismatched types [E0308]
}