Skip to content
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

'Callee takes its argument by copy' shouldn't be capitalized #3855

Closed
brson opened this issue Oct 24, 2012 · 0 comments
Closed

'Callee takes its argument by copy' shouldn't be capitalized #3855

brson opened this issue Oct 24, 2012 · 0 comments
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@brson
Copy link
Contributor

brson commented Oct 24, 2012

This error happens when you don't move a nonimplicitlycopyable in to a value-type argument. rustc's errors messages aren't generally capitalized. Also 'by copy' is a little misleading now since there is no 'by copy' mode now and all arguments are by-value.

bors pushed a commit to rust-lang-ci/rust that referenced this issue May 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

2 participants