Linker errors should save command to disk #114293
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
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.
On linker errors (and any other where we execute a command), we currently print the whole command line argument list in a note. We should instead store these to disk in the same way that we do for long types.
The text was updated successfully, but these errors were encountered: