summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/unmatched-langle-2.stderr
blob: 773bb33d8d3f3956b15850baf503bd62625b1b60 (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 previous error