rust/compiler/rustc_const_eval/src
bors 23eb90ffa7 Auto merge of #109061 - saethlin:leak-backtraces, r=oli-obk
Add a backtrace to Allocation, display it in leak reports

This addresses https://github.com/rust-lang/miri/issues/2813

Information like this from diagnostics is indispensable for diagnosing problems that are difficult to reproduce such as https://github.com/rust-lang/miri-test-libstd/actions/runs/4395316008/jobs/7697019211#step:4:770 (which has not been reproduced or diagnosed).
2023-04-17 00:22:28 +00:00
..
const_eval Fix typos in compiler 2023-04-10 22:02:52 +02:00
interpret Report a backtrace for memory leaks under Miri 2023-04-16 08:52:00 -04:00
transform Move some utils out of rustc_const_eval 2023-04-16 12:05:54 +02:00
util Move some utils out of rustc_const_eval 2023-04-16 12:05:54 +02:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
lib.rs Stabilize is_some_and 2023-04-06 23:14:23 +02:00