]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-14303-fncall.generic_arg.stderr
Rollup merge of #106570 - Xaeroxe:div-duration-tests, r=JohnTitor
[rust.git] / tests / ui / parser / issues / issue-14303-fncall.generic_arg.stderr
1 error[E0747]: inferred provided when a lifetime was expected
2   --> $DIR/issue-14303-fncall.rs:15:26
3    |
4 LL |         .collect::<Vec<S<_, 'a>>>();
5    |                          ^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0747`.