mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
f9f3935fa7
Fix suggestion spans inside macros for the `unused_must_use` lint This PR fixes the suggestion spans inside macros for the `unused_must_use` lint by trying to find the oldest ancestor span. Fixes https://github.com/rust-lang/rust/issues/143025