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

Move mode arguments #683

Closed
eholk opened this issue Jul 14, 2011 · 1 comment
Closed

Move mode arguments #683

eholk opened this issue Jul 14, 2011 · 1 comment
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR)

Comments

@eholk
Copy link
Contributor

eholk commented Jul 14, 2011

We want to be able to write functions like this:


fn foo(move int x) {

}
@ghost ghost assigned eholk Jul 14, 2011
@graydon
Copy link
Contributor

graydon commented Aug 10, 2011

Implemented as of a5997f2 as far as I can tell. Spelled "fn foo(-int x)".

@graydon graydon closed this as completed Aug 10, 2011
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
Add missing flags to Linux and Android
pdietl pushed a commit to pdietl/rust that referenced this issue Apr 23, 2020
bors pushed a commit to rust-lang-ci/rust that referenced this issue Oct 26, 2020
ZuseZ4 added a commit to EnzymeAD/rust that referenced this issue Mar 7, 2023
* move inactive fn-matching to demangled names

* fix clang-format

* inactive alloc

* only demangle LLVM >= 9
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this issue Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR)
Projects
None yet
Development

No branches or pull requests

2 participants