-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Resources can't be put into tags #993
Comments
There's a commented out test for this in run-pass/init-res-into-things.rs |
Related to #979 |
Superseded by #1177 |
Is this fixed? |
Not yet. It will be fixed when #1177 is closed. |
ZuseZ4
pushed a commit
to EnzymeAD/rust
that referenced
this issue
Mar 7, 2023
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This performs a copy of r(i). With other types, e.g.
{a: r(i)}
trans optimizes this to a move, so kind analysis allows it.The text was updated successfully, but these errors were encountered: