Skip to content

Commit 59c816d

Browse files
committed
fix test
1 parent ad379cd commit 59c816d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/generics/issue-65285-incorrect-explicit-lifetime-name-needed.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LL | fn foo<'b, L: X<&'b Nested<K>>>();
1111
| ^ expected named lifetime parameter
1212
|
1313
note: these named lifetimes are available to use
14-
--> $DIR/issue-65285-incorrect-explicit-lifetime-name-needed.rs:9:12
14+
--> $DIR/issue-65285-incorrect-explicit-lifetime-name-needed.rs:8:9
1515
|
1616
LL | trait X<'a, K: 'a> {
1717
| ^^

0 commit comments

Comments
 (0)