mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
2cc5bf7b6a
Add check if span is from macro expansion The same thing I did in https://github.com/rust-lang/rust/pull/147416, actually the same bug but in another place, I'm not really sure how this method is good for fixing such ICEs, but, it does work and not conflicting with any existing tests, so I guess, it's fine Fixes https://github.com/rust-lang/rust/issues/147408 r? compiler