Skip to content

Commit 7c9c62d

Browse files
Bless test
1 parent ccc2fd9 commit 7c9c62d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/test/ui/generic-associated-types/bugs/issue-100013.stderr

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ LL | | }
99
| |_____^
1010
|
1111
note: the lifetime defined here...
12-
--> $DIR/issue-100013.rs:17:38
12+
--> $DIR/issue-100013.rs:9:21
1313
|
14-
LL | let x = None::<I::Future<'_, '_>>; // a type referencing GAT
15-
| ^^
14+
LL | type Future<'s, 'cx>: Send
15+
| ^^^
1616
note: ...must outlive the lifetime defined here
17-
--> $DIR/issue-100013.rs:17:34
17+
--> $DIR/issue-100013.rs:9:17
1818
|
19-
LL | let x = None::<I::Future<'_, '_>>; // a type referencing GAT
20-
| ^^
19+
LL | type Future<'s, 'cx>: Send
20+
| ^^
2121
= 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)
2222

2323
error: lifetime bound not satisfied

0 commit comments

Comments
 (0)