mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
c2e109744d
Handle interpolated literal errors Not sure why it was doing a whole dance to re-match on the token kind when it seems like `Lit::from_token` does the right thing for both macro-arg and regular literals. Nothing seems to have regressed diagnostics-wise from the change, though. Fixes #112622 r? ``@nnethercote``