rust/compiler/rustc_interface/src
Aaron Hill d9208665b5
Add -Z proc-macro-backtrace to allow showing proc-macro panics
Fixes #75050

Previously, we would unconditionally suppress the panic hook during
proc-macro execution. This commit adds a new flag
-Z proc-macro-backtrace, which allows running the panic hook for
easier debugging.
2020-08-30 22:17:24 -04:00
..
callbacks.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
interface.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
passes.rs Add -Z proc-macro-backtrace to allow showing proc-macro panics 2020-08-30 22:17:24 -04:00
proc_macro_decls.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
queries.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
tests.rs Add -Z proc-macro-backtrace to allow showing proc-macro panics 2020-08-30 22:17:24 -04:00
util.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00