-
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
rustc panics when trying to call a method on a type [nightly] #38344
Comments
chr4
changed the title
rustc panics when trying to call a method on a type
rustc panics when trying to call a method on a type [nightly]
Dec 13, 2016
Thanks for looking into this! I'm glad there's a fix already. Looking forward for this being released in nightly. |
Since this is a duplicate, I'm giving it a close, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rustc panics when trying to call a method on a type.
I tried this code:
I expected to see this happen: An error message telling me that the method doesn't exist or that I'm using it incorrectly.
Instead, this happened:
Meta
Backtrace:
The text was updated successfully, but these errors were encountered: