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: src/test/ui/generic-associated-types/bugs/issue-100013.stderr
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ LL | | }
9
9
| |_____^
10
10
|
11
11
note: the lifetime defined here...
12
-
--> $DIR/issue-100013.rs:17:38
12
+
--> $DIR/issue-100013.rs:9:21
13
13
|
14
-
LL | let x = None::<I::Future<'_, '_>>; // a type referencing GAT
15
-
| ^^
14
+
LL | type Future<'s, 'cx>: Send
15
+
| ^^^
16
16
note: ...must outlive the lifetime defined here
17
-
--> $DIR/issue-100013.rs:17:34
17
+
--> $DIR/issue-100013.rs:9:17
18
18
|
19
-
LL | let x = None::<I::Future<'_, '_>>; // a type referencing GAT
20
-
| ^^
19
+
LL | type Future<'s, 'cx>: Send
20
+
| ^^
21
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)
0 commit comments