-
Notifications
You must be signed in to change notification settings - Fork 385
Error on test that should panic in num-complex #770
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
Comments
Miri doesn't support unwinding yet. You may want to wait for #693. |
Thank you for the information. I figured as much, added the issue so I can reference it elsewhere. |
This is a duplicate of #658. |
Oh, also, try
to skip those tests. |
Oh thanks! That's helpful. 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Miri panics and fails when running a test marked with #[should_panic] in the
num-complex
crate.The test in question:
The text was updated successfully, but these errors were encountered: