mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 11:50:45 +00:00
7 lines
146 B
Rust
7 lines
146 B
Rust
fn foo() {
|
|
let x = Tr<A, A:>;
|
|
//~^ ERROR expected one of `!`, `.`, `::`, `;`, `?`, `else`, `{`, or an operator, found `,`
|
|
}
|
|
|
|
fn main() {}
|