When rustdoc
tests crash, it is very difficult to investigate the failure
#95601
Labels
A-doctests
Area: Documentation tests, run by rustdoc
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
One of the rustdoc tests is crashing and the output is:
It is extremely difficult to actually debug this – I know rustdoc compiles a test binary and runs it, but there is no intuition whatsoever as to where to look for the executable in question!
On failures like these, I feel like we should print a path to the executable (much like cargo does).
The text was updated successfully, but these errors were encountered: