summary refs log tree commit diff
path: root/library/proc_macro/src/bridge/server.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30Add `-Z proc-macro-backtrace` to allow showing proc-macro panicsAaron Hill-4/+30
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-07-27mv std libs to library/mark-0/+322