mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 14:23:25 +03:00
b7ab258a0e
Use contiguous spans for empty_line_after_* suggestion Replacing an empty span (which an empty line is) with an empty string triggers a debug assertion in rustc. This fixes the debug assertion by using contiguous spans, with the same resulting suggestion. r? `@Alexendoo` This unblocks the sync changelog: none