blob: 19f2995ebee536e652d98662d357b6bca4ea263c [file] [log] [blame]
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