Miri: Check that a ptr is aligned and inbounds already when evaluating `*` This syncs Miri with what the Nomicon and the Reference say, and resolves https://github.com/rust-lang/miri/issues/447. Also this would not have worked without https://github.com/rust-lang/rust/pull/62982 due to new cycles. ;) r? @oli-obk |
||
|---|---|---|
| .. | ||
| interpret | ||
| cache.rs | ||
| mod.rs | ||
| mono.rs | ||
| tcx.rs | ||
| traversal.rs | ||
| visit.rs | ||