bors da940eb91f Auto merge of #1354 - divergentdave:dump-alloc-on-undef-read, r=RalfJung
Print hex dump of alloc on reading undef bytes

Here's a small addition I made locally to the UB diagnostics, in case you're interested in it. This PR calls `dump_alloc()` on the relevant allocation if Miri fails on UB due to reading undefined bytes. This came in handy when diagnosing such an issue in a large program using unsafe Rust, in part because it wasn't deterministic enough to use `-Zmiri-track-alloc-id=`. If you'd like to put this behind another -Z flag, let me know.
2020-04-27 09:33:30 +00:00
..
2020-04-22 07:09:20 -05:00
2020-04-26 22:13:36 -05:00
2020-04-22 23:43:54 +02:00
2020-04-05 16:03:44 -05:00
2020-04-12 10:08:12 +02:00
2020-04-03 00:05:35 +02:00
2020-04-03 00:05:35 +02:00