about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/load-panic-backtrace.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-11/+0
2022-09-16Adding needs-unwind arg to applicable compiler ui testsAndrew Pollack-1/+1
2022-07-31Remove workarounds for issue 59998bjorn3-1/+1
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.