-
Notifications
You must be signed in to change notification settings - Fork 13.4k
ICE - monomorphization related #2464
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
Does this still happen? We've fixed a few monomorphization related bugs recently. |
I rebased and got the same error. The new commit is paulstansifer@d0ffdf9 |
Sorry, I can't try to reproduce this again without doing a lot of rebasing. @paulstansifer , if you're able to isolate this bug further, please reopen -- otherwise I'm going to close, since it doesn't seem to be possible to test quickly whether this bug still exists. |
That's fair. |
…fJung Atomics must be mutable Fixes rust-lang/miri#2463 Needs rust-lang#100181
…ts (rust-lang#2464) Introduce the unstable subcommand playback to allow users to easily compile and run their test cases that were generated using Kani's concrete playback feature.
Update the description of how to use concrete playback to incorporate the recent changes, including PR rust-lang#2464
I added a type parameter to the parser; this caused an ICE. I haven't had any luck isolating a small example, but the guilty commit is at paulstansifer@2b02574
Relevant part of the backtrace:
The text was updated successfully, but these errors were encountered: