Skip to content

Commit 411fa77

Browse files
committed
tests: update expected error messages for rust 1.84
1 parent c01e3dc commit 411fa77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/tests/ui/pluralize.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ error[E0277]: the trait bound `str: PluralizeCount` is not satisfied
22
--> tests/ui/pluralize.rs:3:10
33
|
44
3 | #[derive(Template)]
5-
| ^^^^^^^^ the trait `PluralizeCount` is not implemented for `str`, which is required by `&str: PluralizeCount`
5+
| ^^^^^^^^ the trait `PluralizeCount` is not implemented for `str`
66
|
77
= help: the following other types implement trait `PluralizeCount`:
88
&T

0 commit comments

Comments
 (0)