We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We want to be able to write functions like this:
fn foo(move int x) { }
The text was updated successfully, but these errors were encountered:
Implemented as of a5997f2 as far as I can tell. Spelled "fn foo(-int x)".
Sorry, something went wrong.
Auto merge of rust-lang#683 - ndusart:af_const, r=alexcrichton
572dc6d
Add missing flags to Linux and Android
Merge pull request rust-lang#683 from pnkfelix/patch-1
6cf18ff
Eschew fp lit pattern
Sync discriminant getter and setter with upstream
e704eb5
Fixes rust-lang#683
move inactive fn-matching to demangled names (rust-lang#683)
711df5e
* move inactive fn-matching to demangled names * fix clang-format * inactive alloc * only demangle LLVM >= 9
Revert "move inactive fn-matching to demangled names (rust-lang#683)"
47ac42b
This reverts commit 711df5e.
No branches or pull requests
We want to be able to write functions like this:
The text was updated successfully, but these errors were encountered: