-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Miri: implement arbitrary-self dyn receivers #95071
Conversation
Some changes occured to the CTFE / Miri engine cc @rust-lang/miri |
Bot codegen and this logic seem fishy and I think we should do something better, but I don't know what yet. @bors r+ rollup |
📌 Commit fa5fa72 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (9bd5371): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
test arbitrary-self dyn receivers Requires rust-lang/rust#95071
Roughly follows the codegen logic.
Fixes rust-lang/miri#1038
r? @oli-obk Cc @eddyb