rust/src/test/ui/associated-consts/issue-93835.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
232 B
Rust
Raw Normal View History

2022-02-10 16:00:54 +00:00
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() {}