summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/unmatched-langle-2.stderr
blob: 9881c6ba51baa75d52a78eb87b3167d7fc5dc12d (plain)
1
2
3
4
5
6
7
8
error: expected `::`, found `(`
  --> $DIR/unmatched-langle-2.rs:13:20
   |
LL |     foo::<Ty<<<i32>();
   |                    ^ expected `::`

error: aborting due to 1 previous error