Skip to content

Commit 82c62cd

Browse files
committed
Update ui test suite to nightly-2024-07-25
1 parent 370ee12 commit 82c62cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/lifetime-span.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ error[E0107]: trait takes 0 lifetime arguments but 1 lifetime argument was suppl
1313
--> tests/ui/lifetime-span.rs:32:10
1414
|
1515
32 | impl<'r> Trait2<'r> for B {
16-
| ^^^^^^---- help: remove these generics
16+
| ^^^^^^---- help: remove the unnecessary generics
1717
| |
1818
| expected 0 lifetime arguments
1919
|

0 commit comments

Comments
 (0)