-
Notifications
You must be signed in to change notification settings - Fork 13k
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
fix null pointer error messages #85034
Conversation
Some changes occured to the CTFE / Miri engine cc @rust-lang/miri |
@bors r+ |
📌 Commit 4dddc38 has been approved by |
@bors rollup |
fix null pointer error messages I got the `match` in rust-lang#84972 wrong, this fixes that. Also avoid redundant "inbounds test failed:" prefix. Should fix rust-lang#85027 r? `@oli-obk`
This comment has been minimized.
This comment has been minimized.
@bors r- |
@RalfJung if you are r-'g a pr that's in a rollup, ensure that the rollup is r-'d as well :) thanks |
@Dylan-DPC sorry, I got the red CI email while being in a meeting so I didn't have time to read over the log in this issue so I missed the fact that this was rolled up... @bors r=oli-obk |
📌 Commit 6386656 has been approved by |
Rollup of 6 pull requests Successful merges: - rust-lang#76808 (Improve diagnostics for functions in `struct` definitions) - rust-lang#84887 (Remove SpanInterner::get) - rust-lang#85034 (fix null pointer error messages) - rust-lang#85038 (Don't stop running rustdoc-gui tests at first failure) - rust-lang#85044 (Use `path.exists()` instead of `fs::metadata(path).is_ok()`) - rust-lang#85052 (rustdoc: Link to the docs on namespaces when an unknown disambiguator is found) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
I got the
match
in #84972 wrong, this fixes that.Also avoid redundant "inbounds test failed:" prefix.
Should fix #85027
r? @oli-obk