Underlining with ~
for missing parameters in long functions overflows the terminal width
#101242
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
D-papercut
Diagnostics: An error or lint that needs small tweaks.
D-verbose
Diagnostics: Too much output caused by a single piece of incorrect code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Given the following code: playground
The current output is:
Screenshot:
Ideally this could be like the first part, with one parameter on each line ? This would also improve readability of the types I think
The text was updated successfully, but these errors were encountered: