-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
ICE when assigning a method to a variable #18412
Comments
cc @nick29581 |
#18177 doesn't seem to address this, but the fix appears simple |
bkoropoff
added a commit
to bkoropoff/rust
that referenced
this issue
Oct 29, 2014
This just adds some missing match cases in ty and trans Closes rust-lang#18412
bkoropoff
added a commit
to bkoropoff/rust
that referenced
this issue
Oct 29, 2014
lnicola
added a commit
to lnicola/rust
that referenced
this issue
Oct 29, 2024
internal: Stop producing .gz artifacts for Windows
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was curious whether it would be possible to treat a method like a function, so I gave it a try.
This is the version of rustc:
And this is the error:
The text was updated successfully, but these errors were encountered: