rust/compiler/rustc_interface
Esteban Küber 8eb5843a59 On nightly, dump ICE backtraces to disk
Implement rust-lang/compiler-team#578.

When an ICE is encountered on nightly releases, the new rustc panic
handler will also write the contents of the backtrace to disk. If any
`delay_span_bug`s are encountered, their backtrace is also added to the
file. The platform and rustc version will also be collected.
2023-07-19 14:10:07 +00:00
..
src On nightly, dump ICE backtraces to disk 2023-07-19 14:10:07 +00:00
Cargo.toml Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00
messages.ftl Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00