On linker errors write command to file instead of printing to disk #110763
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-linkage
Area: linking into static, shared libraries and binaries
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.
Current output
Desired output
Rationale and extra context
Linker errors print the entire command that was executed before printing the output of the command. This is very useful to debug why the error occurred, but it obscures the executed command's explanation of the situation. We already print files to disk for really long paths, we should do the same for really long commands.
Anything else?
filed on behalf of https://www.reddit.com/r/rust/comments/12x2fg6/cant_run_hello_world/
The text was updated successfully, but these errors were encountered: