Skip to content

Commit 96b5ee8

Browse files
committed
Bless omitted error messages
1 parent 07c226b commit 96b5ee8

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

tests/ui/generic-associated-types/bugs/issue-100013.stderr

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@ LL | | }
99
|
1010
= note: this is a known limitation that will be removed in the future (see issue #100013 <https://github.com/rust-lang/rust/issues/100013> for more information)
1111

12-
error: lifetime bound not satisfied
13-
--> $DIR/issue-100013.rs:22:5
14-
|
15-
LL | / async { // a coroutine checked for autotrait impl `Send`
16-
LL | | let x = None::<I::Future<'a, 'b>>; // a type referencing GAT
17-
LL | | async {}.await; // a yield point
18-
LL | | }
19-
| |_____^
20-
|
21-
= note: this is a known limitation that will be removed in the future (see issue #100013 <https://github.com/rust-lang/rust/issues/100013> for more information)
22-
2312
error: lifetime may not live long enough
2413
--> $DIR/issue-100013.rs:23:17
2514
|
@@ -44,5 +33,5 @@ LL | | }
4433
|
4534
= note: this is a known limitation that will be removed in the future (see issue #100013 <https://github.com/rust-lang/rust/issues/100013> for more information)
4635

47-
error: aborting due to 4 previous errors
36+
error: aborting due to 3 previous errors
4837

0 commit comments

Comments
 (0)