mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-15 00:13:02 +00:00
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
error: expected one of `,`, `:`, or `>`, found `+`
|
|
--> $DIR/bounds-lifetime-2.rs:1:17
|
|
|
|
|
LL | type A = for<'a + 'b> fn();
|
|
| ^ expected one of `,`, `:`, or `>`
|
|
|
|
error: aborting due to 1 previous error
|
|
|