]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/unmatched-langle-2.stderr
Rollup merge of #81363 - jonhoo:no-unpin-in-pin-future-impl, r=m-ou-se
[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