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

Document pass-by-move arguments / modes in general #2186

Closed
catamorphism opened this issue Apr 11, 2012 · 3 comments
Closed

Document pass-by-move arguments / modes in general #2186

catamorphism opened this issue Apr 11, 2012 · 3 comments
Milestone

Comments

@catamorphism
Copy link
Contributor

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.

@catamorphism
Copy link
Contributor Author

It's now explained in the tutorial, but should also be explained in the reference manual.

@ghost ghost assigned graydon Apr 12, 2012
@graydon
Copy link
Contributor

graydon commented Jul 4, 2012

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).

@graydon
Copy link
Contributor

graydon commented Jul 26, 2012

We have consensus on modes going away and a plan in progress. Closing this.

@graydon graydon closed this as completed Jul 26, 2012
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
BoxyUwU pushed a commit to BoxyUwU/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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants