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

Unsized locals #15

Closed
bjorn3 opened this issue Aug 31, 2018 · 2 comments
Closed

Unsized locals #15

bjorn3 opened this issue Aug 31, 2018 · 2 comments
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.

Comments

@bjorn3
Copy link
Member

bjorn3 commented Aug 31, 2018

Implemented in rustc in rust-lang/rust#51131

@bjorn3 bjorn3 added the C-enhancement Category: An issue proposing an enhancement or a PR with one. label Aug 31, 2018
@bjorn3
Copy link
Member Author

bjorn3 commented Jan 25, 2020

9cfb947 made it possible for functions to accept unsized arguments. Calling them is still not possible, as that requires unsized locals.

@bjorn3
Copy link
Member Author

bjorn3 commented May 25, 2023

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.

@bjorn3 bjorn3 closed this as completed May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.
Projects
None yet
Development

No branches or pull requests

1 participant