Skip to content

Remove error description of move #32679

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Apr 6, 2016
Merged

Remove error description of move #32679

merged 1 commit into from
Apr 6, 2016

Conversation

tclfs
Copy link
Contributor

@tclfs tclfs commented Apr 2, 2016

(1) x can be used in main() after the call to spawn(). Because the variables follow normal move semantics, though the keyword move is used, and i32 implements Copy.
(2) I remove this sentence because the previous sentence gives the referrence to move closures, and more description of move may be redundant.

(1) `x` can be used in main() after the call to spawn(). Because the variables follow normal move semantics, though the keyword `move` is used, and i32 implements `Copy`.
(2) I remove this sentence because the previous sentence gives the referrence to `move closures`, and more description of `move` may be redundant.
@rust-highfive
Copy link
Contributor

r? @steveklabnik

(rust_highfive has picked a reviewer for you, use r? to override)

@steveklabnik
Copy link
Member

@bors: r+ rollup

thanks!

@bors
Copy link
Collaborator

bors commented Apr 2, 2016

📌 Commit a2f6d29 has been approved by steveklabnik

Manishearth added a commit to Manishearth/rust that referenced this pull request Apr 6, 2016
Remove error description of `move`

(1) `x` can be used in main() after the call to spawn(). Because the variables follow normal move semantics, though the keyword `move` is used, and i32 implements `Copy`.
(2) I remove this sentence because the previous sentence gives the referrence to `move closures`, and more description of `move` may be redundant.
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Apr 6, 2016
Remove error description of `move`

(1) `x` can be used in main() after the call to spawn(). Because the variables follow normal move semantics, though the keyword `move` is used, and i32 implements `Copy`.
(2) I remove this sentence because the previous sentence gives the referrence to `move closures`, and more description of `move` may be redundant.
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Apr 6, 2016
Remove error description of `move`

(1) `x` can be used in main() after the call to spawn(). Because the variables follow normal move semantics, though the keyword `move` is used, and i32 implements `Copy`.
(2) I remove this sentence because the previous sentence gives the referrence to `move closures`, and more description of `move` may be redundant.
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Apr 6, 2016
Remove error description of `move`

(1) `x` can be used in main() after the call to spawn(). Because the variables follow normal move semantics, though the keyword `move` is used, and i32 implements `Copy`.
(2) I remove this sentence because the previous sentence gives the referrence to `move closures`, and more description of `move` may be redundant.
bors added a commit that referenced this pull request Apr 6, 2016
Rollup of 12 pull requests

- Successful merges: #31762, #32538, #32634, #32668, #32679, #32691, #32724, #32727, #32744, #32761, #32766, #32774
- Failed merges:
@bors bors merged commit a2f6d29 into rust-lang:master Apr 6, 2016
@tclfs tclfs deleted the patch-1 branch February 26, 2017 13:00
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants