Uh oh!
There was an error while loading. Please reload this page.
add cast kind of from_exposed_addr (int-to-ptr casts) - #97653
Conversation
rust-highfive
commented
Jun 2, 2022
Some changes occured to rustc_codegen_cranelift cc @bjorn3 Some changes occurred in src/tools/clippy. cc @rust-lang/clippy Some changes occured to the CTFE / Miri engine cc @rust-lang/miri |
rust-highfive
commented
Jun 2, 2022
r? @wesleywiser (rust-highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
@oli-obk this looks like logic that would also be nice to have in MIR validation, but without duplicating everything...
There was a problem hiding this comment.
yea, I was actually wondering whether we shouldn't move (large) parts of mir typeck to mir validation
There was a problem hiding this comment.
basically anything that doesn't produce obligations I guess
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
oli-obk
commented
Jun 2, 2022
bors
commented
Jun 2, 2022
📌 Commit d5a590f has been approved by |
Rollup of 5 pull requests Successful merges: - rust-lang#97366 (Stabilize `{slice,array}::from_ref`) - rust-lang#97653 (add cast kind of from_exposed_addr (int-to-ptr casts)) - rust-lang#97663 (take back half-baked noaliasing check in Assignment) - rust-lang#97664 (On E0204 suggest missing type param bounds) - rust-lang#97668 (rustdoc: clean up primitive.slice.html links) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
add cast kind of from_exposed_addr (int-to-ptr casts) This is basically the dual to rust-lang#97582, for int2ptr casts. Cc `@tmiasko` rust-lang#97649
This is basically the dual to #97582, for int2ptr casts.
Cc @tmiasko#97649