Closed
Description
Currently, rustc always hides the panic backtrace when a proc-macro panics:
rust/library/proc_macro/src/bridge/client.rs
Lines 308 to 322 in 1e99138
It would be useful to able to set an environment variable or command-line argument to override this behavior.