rust/src/test/ui/parser/issue-68890-2.stderr

15 lines
311 B
Plaintext
Raw Normal View History

2020-03-07 05:14:39 -06:00
error: `?` may only modify trait bounds, not lifetime bounds
--> $DIR/issue-68890-2.rs:1:11
|
LL | type X = (?'a) +;
| ^
error: expected trait bound, not lifetime bound
--> $DIR/issue-68890-2.rs:1:11
|
LL | type X = (?'a) +;
| ^^^
error: aborting due to 2 previous errors