Suggest to directly use a value instead of wrapping the unwrapped value #99416
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Given the following code: this
The current output is:
Ideally the output should look like:
Just encountered this as I was refactoring code to properly use my tuple struct instead of an raw integer identifier.
The text was updated successfully, but these errors were encountered: