]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-14303-path.stderr
Rollup merge of #58115 - h-michael:rustdoc-2018, r=Centril
[rust.git] / src / test / ui / parser / issue-14303-path.stderr
1 error: lifetime arguments must be declared prior to type arguments
2   --> $DIR/issue-14303-path.rs:10:40
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