We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01e3dc commit 411fa77Copy full SHA for 411fa77
testing/tests/ui/pluralize.stderr
@@ -2,7 +2,7 @@ error[E0277]: the trait bound `str: PluralizeCount` is not satisfied
2
--> tests/ui/pluralize.rs:3:10
3
|
4
3 | #[derive(Template)]
5
- | ^^^^^^^^ the trait `PluralizeCount` is not implemented for `str`, which is required by `&str: PluralizeCount`
+ | ^^^^^^^^ the trait `PluralizeCount` is not implemented for `str`
6
7
= help: the following other types implement trait `PluralizeCount`:
8
&T
0 commit comments