-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Specify an associated type on AllocBytes
#141513
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
base: master
Are you sure you want to change the base?
Conversation
@rustbot author |
Reminder, once the PR becomes ready for a review, use |
So you don't want a review yet? 🤔 |
Feel free to go ahead, but it's not fully implemented. I realised right after opening this there was more to do, oopsie |
Ok! So I spent an hour or two panicking over some failing tests only to realise that they're failing on master, actually. Sobs. This was actually not far from ready from the start, oh well. @rustbot ready |
Necessary for a better implementation of rust-lang/miri#4343. Also included here is the code from that PR, adapted to this new interface for the sake of example and so that CI can run on them; the Miri changes can be reverted and merged separately, though.
r? @RalfJung