-
Notifications
You must be signed in to change notification settings - Fork 111
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
Loom panics #302
Comments
We would need more information to help you. |
What kinds of information should I provide in order to enable you to help me? |
What code did you run to run into this issue? |
I tried this code: https://github.com/terrarier2111/SwapArc/tree/loom |
just use |
Test panics can be due to your loom test doing something its not allowed to, or it may be a bug in loom. Your code is very large, so its not easy for me to tell which one is the case here. Perhaps you could create a MCVE that is easier to understand? You might also want to check the other open issues for similar panics. |
when trying to use loom, it just panics all the time:
The text was updated successfully, but these errors were encountered: