-
Notifications
You must be signed in to change notification settings - Fork 13.4k
miri: detect too large dynamically sized objects #64014
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Is it possible to write a rustc test for this? |
I tried, but then I ran into #63952. |
Ah, I found a way to do it. Does this fit into one of the existing files? |
ub-wide-ptr.rs looks like a good match to me. r=me either as is or with the test merged into |
That won't work; that's a @bors r=oli-obk |
📌 Commit bb34749 has been approved by |
miri: detect too large dynamically sized objects Needed to make rust-lang/miri#929 pass. r? @oli-obk
Rollup of 7 pull requests Successful merges: - #62957 (Match the loop examples) - #63600 (Merge oli-obk mail addresses) - #63684 (Constify LinkedList new function) - #63847 ([rustdoc] Fix system theme detection) - #63999 (Add missing links on AsRef trait) - #64014 ( miri: detect too large dynamically sized objects ) - #64015 (some const-eval test tweaks) Failed merges: r? @ghost
Needed to make rust-lang/miri#929 pass.
r? @oli-obk