mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
53cce257ae
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.