-
Notifications
You must be signed in to change notification settings - Fork 356
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
rustup #332
Conversation
These changes aren't in a nightly yet, so you'll need a custom build rustc |
The changes are now in the nightly |
This may have to do something with promoted locals -- it seems there's a
|
Something is very confused somewhere.
I assume either stack frame numbers get confused somewhere, or I forgot to add some cleanup code somewhere. |
Okay, I fixed one thing. PR rust-lang/rust#44316 uncovered a bug in validation, namely that suspensions where not cleaned up properly when the function returned. EDIT: Oh wait, that one didn't even get merged yet. lol |
Btw, Travis seems to be rather confused by us using a branch in this repo for this PR. It builds everything twice. |
@RalfJung One can fix this from Travis' settings (and maybe from |
Ah, good point, thanks. I restricted it to master for now. Btw, it turns out that all the tests we had to disable due to |
This doesn't work yet. I get some validation failures around heap allocators:
@RalfJung help!