rust/tests
bors b7ab258a0e Auto merge of #13439 - flip1995:empty-line-fix, r=Alexendoo
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
2024-09-23 19:17:44 +00:00
..
test_utils
ui Auto merge of #13439 - flip1995:empty-line-fix, r=Alexendoo 2024-09-23 19:17:44 +00:00
ui-cargo
ui-internal Formatting 2024-09-22 20:52:15 +02:00
ui-toml Formatting 2024-09-22 20:52:15 +02:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs Formatting 2024-09-22 20:52:15 +02:00
config-metadata.rs Formatting 2024-09-22 20:52:15 +02:00
dogfood.rs
headers.rs
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs
workspace.rs