You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/ui/generic-associated-types/bugs/issue-100013.stderr
+1-12Lines changed: 1 addition & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,6 @@ LL | | }
9
9
|
10
10
= 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)
11
11
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
-
23
12
error: lifetime may not live long enough
24
13
--> $DIR/issue-100013.rs:23:17
25
14
|
@@ -44,5 +33,5 @@ LL | | }
44
33
|
45
34
= 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)
0 commit comments