rust/src/test/ui/parser/issue-14303-fncall.stderr

9 lines
229 B
Plaintext
Raw Normal View History

error: lifetime arguments must be declared prior to type arguments
--> $DIR/issue-14303-fncall.rs:13:29
2018-10-20 15:36:17 -05:00
|
LL | .collect::<Vec<S<_, 'a>>>();
| ^^
error: aborting due to previous error
2018-10-20 15:36:17 -05:00