]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-14303-fncall.stderr
Auto merge of #57770 - Zoxc:no-hash-query, r=michaelwoerister
[rust.git] / src / test / ui / parser / issue-14303-fncall.stderr
1 error: lifetime arguments must be declared prior to type arguments
2   --> $DIR/issue-14303-fncall.rs:13:29
3    |
4 LL |         .collect::<Vec<S<_, 'a>>>();
5    |                             ^^
6
7 error: aborting due to previous error
8