blob: 19f2995ebee536e652d98662d357b6bca4ea263c (
plain)
1
2
3
4
5
6
7
8
|
error: lifetime arguments must be declared prior to type arguments
--> $DIR/issue-14303-path.rs:10:40
|
LL | fn bar<'a, 'b, 'c, T>(x: foo::X<'a, T, 'b, 'c>) {}
| ^^ ^^
error: aborting due to previous error
|