Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #14453 - Mark-Simulacrum:debug-no-errors, r=weihanglo
Log details of failure if no errors were seen ### What does this PR try to resolve? Crater has started (some time ago, though exact point is not known) to see failures in crates without logging an error. We're suspecting that there's something wrong in Cargo or rustc, but it's also possible that Crater itself is at fault. In any case, this should provide more details. cc rust-lang/crater#733 ### How should we test and review this PR? My hope is that this is reasonable to land without additional tests -- as-is, we expect it to never happen (there's even a debug assert later in the same code path) but it seems it *is* happening sometimes in the wild.
- Loading branch information