Skip to content

Commit

Permalink
tests: update expected error messages for rust 1.84
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Jan 12, 2025
1 parent 2af0c18 commit f0e6253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/tests/ui/pluralize.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ error[E0277]: the trait bound `str: PluralizeCount` is not satisfied
--> tests/ui/pluralize.rs:3:10
|
3 | #[derive(Template)]
| ^^^^^^^^ the trait `PluralizeCount` is not implemented for `str`, which is required by `&str: PluralizeCount`
| ^^^^^^^^ the trait `PluralizeCount` is not implemented for `str`
|
= help: the following other types implement trait `PluralizeCount`:
&T
Expand Down

0 comments on commit f0e6253

Please sign in to comment.