about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorTimo <30553356+y21@users.noreply.github.com>2025-06-21 17:22:37 +0000
committerGitHub <noreply@github.com>2025-06-21 17:22:37 +0000
commit76118ec84ee5c1e865d10cd5d99c02878dd56ade (patch)
tree63c50be7ba1031aa314ec805652b2c4065e5169e /compiler/rustc_codegen_llvm/src/errors.rs
parenta421ffbadb2b1de1ec570f2c763b25fbd3aed9d5 (diff)
parentdb539d051d2204521c1fb914c91e5e55d4e0b4be (diff)
downloadrust-76118ec84ee5c1e865d10cd5d99c02878dd56ade.tar.gz
rust-76118ec84ee5c1e865d10cd5d99c02878dd56ade.zip
Add missing space when expanding a struct-like variant (#15096)
In `wildcard_enum_match_arm`, expanding a variant with struct-like
fields was missing a space between the variant name and the opening
bracket.

Also, add a test for tuple-like variants with only one field, as those
are expanded as `VariantName(_)` instead of `VariantName(..)`.

changelog: none
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions