mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
07048643dd
Suggest adding semicolon in user code rather than macro impl details This PR tries to find the right span (by peeling expansion) so that the suggestion for adding a semicolon is suggested in user code rather than in the expanded code (in the example a macro impl). Fixes rust-lang/rust#139049 r? `@fmease`