about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/tests/complexity.rs
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-07-08 19:29:41 +0200
committerGitHub <noreply@github.com>2025-07-08 19:29:41 +0200
commit38bfba612411dbb2f7687bfe11a06f5e3e534611 (patch)
tree4e2cc195e4ebed6ed3150870a00c87fdd6b1bc64 /compiler/rustc_pattern_analysis/tests/complexity.rs
parenta15162061bf41b621f1908b622f4d531dbbd0444 (diff)
parent62951c2e07dea61ec20fd6f6e849400f4cd194c3 (diff)
downloadrust-38bfba612411dbb2f7687bfe11a06f5e3e534611.tar.gz
rust-38bfba612411dbb2f7687bfe11a06f5e3e534611.zip
Rollup merge of #143620 - Muscraft:remove-newline, r=compiler-errors
fix: Remove newline from multiple crate versions note

While working on getting `annotate-snippets` to match `rustc`, `annotate-snippets` was adding an extra new line after [this line](https://github.com/rust-lang/rust/blob/a2d45f73c70d9dec57140c9412f83586eda895f8/tests/run-make/crate-loading/multiple-dep-versions.stderr#L9) for [`run-make/crate-loading/multiple-dep-versions.rs`](https://github.com/rust-lang/rust/blob/a2d45f73c70d9dec57140c9412f83586eda895f8/tests/run-make/crate-loading/multiple-dep-versions.rs). I found out this was because there was an explicit `\n` in the message that `annotate-snippets` was respecting, while `rustc` was [skipping it](https://github.com/rust-lang/rust/blob/2f8eeb2bba86b8f457ec602c578473c711f85628/compiler/rustc_errors/src/emitter.rs#L1542). After talking with ```@estebank,``` I was told to remove the newline from the error message.

r? ```@estebank```
Diffstat (limited to 'compiler/rustc_pattern_analysis/tests/complexity.rs')
0 files changed, 0 insertions, 0 deletions