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