]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/unmatched-langle-2.stderr
Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042' into clippyup
[rust.git] / src / test / ui / parser / unmatched-langle-2.stderr
1 error: expected `::`, found `(`
2   --> $DIR/unmatched-langle-2.rs:13:20
3    |
4 LL |     foo::<Ty<<<i32>();
5    |                    ^ expected `::`
6
7 error: aborting due to previous error
8