mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
65eb1ec0fb
The expansion of `asm!()` and `line!()` is not marked as from an expansion, in which case `SourceMap::stmt_span` returns the input span unchanged. So instead of using `stmt_span`, use `mac_call_stmt_semi_span` directly