mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-06 02:13:09 +00:00
9 lines
186 B
Plaintext
9 lines
186 B
Plaintext
error: expected `::`, found `(`
|
|
--> $DIR/unmatched-langle-2.rs:13:20
|
|
|
|
|
LL | foo::<Ty<<<i32>();
|
|
| ^ expected `::`
|
|
|
|
error: aborting due to 1 previous error
|
|
|