]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-14303-path.stderr
update ui tests
[rust.git] / src / test / ui / parser / issues / issue-14303-path.stderr
1 error[E0747]: type provided when a lifetime was expected
2   --> $DIR/issue-14303-path.rs:10:37
3    |
4 LL | fn bar<'a, 'b, 'c, T>(x: foo::X<'a, T, 'b, 'c>) {}
5    |                                     ^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0747`.