mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +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.