mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
671fc18ba2
Store backtrace for `must_produce_diag` This makes it significantly easier to debug a `must_produce_diag` ICE, since we have no other way to know where the heck the bug originates from. Backtrace rendering kinda sucks right now since we're just printing it in the panic message; happy to apply some suggestions to make it prettier or reuse other bug printing machinery, but also don't want to iterate too much on the rendering since this really is just for debug purposes. r? nnethercote |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |