We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
From #35485
After talking with @arielb1 (and seeing @nrc's comments) - let's actually change the span to be one we can do safely:
From:
match x { ^^^^^^^ pattern `HastaLaVistaBaby` not covered
To:
match x { ^ pattern `HastaLaVistaBaby` not covered
CC: @KiChjang