]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/unmatched-langle-2.stderr
Auto merge of #99292 - Aaron1011:stability-use-tree, r=cjgillot
[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