blob: 8ef9f1a1a6c79edcb1533627a2aafb7cbdc08628 [file] [log] [blame]
error: lifetime arguments must be declared prior to type arguments
--> $DIR/issue-14303-fncall.rs:13:29
|
LL | .collect::<Vec<S<_, 'a>>>();
| ^^
error: aborting due to previous error