summary refs log tree commit diff
path: root/src/test/ui/proc-macro/load-panic-backtrace.rs
AgeCommit message (Collapse)AuthorLines
2020-10-09add filter regexes to load-panic-backtraces testhosseind75-0/+3
2020-08-30Add `-Z proc-macro-backtrace` to allow showing proc-macro panicsAaron Hill-0/+21
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.