Skip to content

Commit

Permalink
Update ui test suite to nightly-2024-07-25
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 25, 2024
1 parent 370ee12 commit 82c62cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/lifetime-span.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ error[E0107]: trait takes 0 lifetime arguments but 1 lifetime argument was suppl
--> tests/ui/lifetime-span.rs:32:10
|
32 | impl<'r> Trait2<'r> for B {
| ^^^^^^---- help: remove these generics
| ^^^^^^---- help: remove the unnecessary generics
| |
| expected 0 lifetime arguments
|
Expand Down

0 comments on commit 82c62cd

Please sign in to comment.