Unexpected panic during doc tests, Failed to get crate data #85127
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
It crashed on a docs tests, but there is no doc-test in that crate.
So there is no real way of adding code.
Meta
I was not able to reproduce the error.
Running the command again (
$ cargo test
) did not give any errors.(although it did recompile some crates because I was still changing thing, mainly normal comments, not doc-comments)
rustc --version --verbose
:Error output
Output after rerun of command (was also expecting this output):
Other info
I don't know if this is relevant to this, but in case it is.
When I run tests it all works very fast, unit/integration tests all finish in about 3-4 sec. (about 140 tests)
But the last doc tests (about 4, VERY small, tests) take about 6 sec to finish, even on crates that don't have any docs-tests in them I can still see it slow down a lot.
Might be related to: #84049, #84026
The text was updated successfully, but these errors were encountered: