-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pluralise '1 type parameters' in errors #37042
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
Comments
zackmdavis
added a commit
to zackmdavis/rust
that referenced
this issue
Oct 15, 2016
This is in the matter of rust-lang#37042.
eddyb
added a commit
to eddyb/rust
that referenced
this issue
Oct 19, 2016
…d_type_arguments, r=nrc correct erroneous pluralization of '1 type argument' error messages This is in the matter of rust-lang#37042.
eddyb
added a commit
to eddyb/rust
that referenced
this issue
Oct 19, 2016
…d_type_arguments, r=nrc correct erroneous pluralization of '1 type argument' error messages This is in the matter of rust-lang#37042.
I guess I should start remembering to use "fixes" or "resolves" language so that GitHub can close these automatically. |
Let me do the honours :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given the code:
rustc reports:
Ideally error messages would use correct plurals, so 'expected 1 type argument, found 2' in this case.
The text was updated successfully, but these errors were encountered: