mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
11 lines
232 B
Rust
11 lines
232 B
Rust
|
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() {}
|