mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
8 lines
184 B
Text
8 lines
184 B
Text
error: expected `::`, found `(`
|
|
--> $DIR/unmatched-langle-2.rs:13:20
|
|
|
|
|
LL | foo::<Ty<<<i32>();
|
|
| ^ expected `::`
|
|
|
|
error: aborting due to previous error
|
|
|