summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-14303-fncall.generic_arg.stderr
blob: 2de59b8c746c2c8be0891f26638bc4202c9c25fb (plain)
1
2
3
4
5
6
7
8
9
error[E0747]: inferred provided when a lifetime was expected
  --> $DIR/issue-14303-fncall.rs:15:26
   |
LL |         .collect::<Vec<S<_, 'a>>>();
   |                          ^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0747`.