Add IRC's !union union
as a test
#43553
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
P-low
Low priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The factoid
union union
has playbot run this code:#![allow(bad_style)] union union<'union> { union: &'union union<'union>, }
. It should be added as a test insrc/test/run-pass/wierd-exprs.rs
.The text was updated successfully, but these errors were encountered: