-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Document pass-by-move arguments / modes in general #2186
Milestone
Comments
It's now explained in the tutorial, but should also be explained in the reference manual. |
Modes are not described at all in the reference manual. I am not sure they should be; with any luck they'll be removed in 0.4 (which I hope we release quickly after 0.3). |
We have consensus on modes going away and a plan in progress. Closing this. |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Sep 22, 2022
clippy fixes clippy::redundant_closure clippy::unnecessary_mut_passed clippy::single_char_pattern clippy::clone_on_copy clippy::into_iter_on_ref clippy::extra_unused_lifetimes
BoxyUwU
pushed a commit
to BoxyUwU/rust
that referenced
this issue
Jan 3, 2025
Kobzol
pushed a commit
to Kobzol/rust
that referenced
this issue
Jan 3, 2025
BoxyUwU
pushed a commit
to BoxyUwU/rust
that referenced
this issue
Jan 4, 2025
Kobzol
pushed a commit
to Kobzol/rust
that referenced
this issue
Jan 4, 2025
Kobzol
pushed a commit
to Kobzol/rust
that referenced
this issue
Jan 5, 2025
Kobzol
pushed a commit
to Kobzol/rust
that referenced
this issue
Jan 5, 2025
BoxyUwU
pushed a commit
to BoxyUwU/rust
that referenced
this issue
Jan 5, 2025
Kobzol
pushed a commit
to Kobzol/rust
that referenced
this issue
Jan 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This email on rust-dev points out that move arguments (with a '-') are not documented in the tutorial or reference manual:
https://mail.mozilla.org/pipermail/rust-dev/2012-April/001632.html
They should be documented.
The text was updated successfully, but these errors were encountered: