You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: