summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-14303-path.stderr
blob: 841e63ecbe9d5128c40f5d27ebed08470bc57375 (plain)
1
2
3
4
5
6
7
8
9
error[E0747]: type provided when a lifetime was expected
  --> $DIR/issue-14303-path.rs:10:37
   |
LL | fn bar<'a, 'b, 'c, T>(x: foo::X<'a, T, 'b, 'c>) {}
   |                                     ^

error: aborting due to previous error

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