]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-14303-fncall.generic_arg.stderr
Auto merge of #106711 - albertlarsan68:use-ci-llvm-when-lld, r=jyn514
[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`.