rust/library/proc_macro
Aaron Hill 53cce257ae
Respect `-Z proc-macro-backtrace` flag for panics inside libproc_macro
Fixes #76270

Previously, any panic occuring during a call to a libproc_macro method
(e.g. calling `Ident::new` with an invalid identifier) would always
cause an ICE message to be printed.
2020-09-03 12:13:26 -04:00
..
src Respect `-Z proc-macro-backtrace` flag for panics inside libproc_macro 2020-09-03 12:13:26 -04:00
tests mv std libs to library/ 2020-07-27 19:51:13 -05:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00