-
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
Panic on a simple type error #35024
Comments
I'm pretty sure that this was fixed by #33852 and should work fine in nightly. |
I have no way to run nightly on my machine, feel free to close if fixed. |
jup, works fine on nightly: https://is.gd/UeG59L |
Ok, sorry for the noise. |
ghost
closed this as completed
Jul 25, 2016
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rust 1.9.0 panics on the following (wrong) code:
(but works fine with
String::new()
instead ofVec::new()
).The text was updated successfully, but these errors were encountered: