about summary refs log tree commit diff
path: root/compiler/rustc_feature
diff options
context:
space:
mode:
authorJana Dönszelmann <jonathan@donsz.nl>2025-07-31 17:19:41 +0200
committerGitHub <noreply@github.com>2025-07-31 17:19:41 +0200
commite2ae91b74aa85e0076377908f41b050bec11cda4 (patch)
tree7eb7f7e22231a798a694ad1dd78f96b88cff3ed6 /compiler/rustc_feature
parent26c28ee2ef1402f59cadf03417b05cdb892e7940 (diff)
parent935fdb6980f0f4133a26a91aefe81b4e2cea01c9 (diff)
downloadrust-e2ae91b74aa85e0076377908f41b050bec11cda4.tar.gz
rust-e2ae91b74aa85e0076377908f41b050bec11cda4.zip
Rollup merge of #144733 - Muscraft:secondary-file-sigil, r=compiler-errors
fix: Match width of ascii and unicode secondary file start

The current [unicode secondary file start](https://github.com/rust-lang/rust/blob/64ca23b6235732fa61c0a2b957c5d7e591e7c972/compiler/rustc_errors/src/emitter.rs#L2991) is only three characters, whereas the ASCII variant and normal [file start](https://github.com/rust-lang/rust/blob/64ca23b6235732fa61c0a2b957c5d7e591e7c972/compiler/rustc_errors/src/emitter.rs#L2983-L2984) are four characters. This slight difference caused the paths following a Unicode secondary file start to not align with other structured elements.
Diffstat (limited to 'compiler/rustc_feature')
0 files changed, 0 insertions, 0 deletions