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
Implemented in rustc in rust-lang/rust#51131
The text was updated successfully, but these errors were encountered:
9cfb947 made it possible for functions to accept unsized arguments. Calling them is still not possible, as that requires unsized locals.
Sorry, something went wrong.
Emulate <Box<F> as FnOnce>::call_once without alloca
<Box<F> as FnOnce>::call_once
alloca
dcc86d3
Fixes #884 cc #15
unsized_locals
As per rust-lang/compiler-team#630 unsized locals will be removed from the compiler. No need to implement them in cg_clif any longer.
No branches or pull requests
Implemented in rustc in rust-lang/rust#51131
The text was updated successfully, but these errors were encountered: