-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression on nightly: doctest on recursion_limit crashes rustdoc #32445
Comments
cc @brson |
This is presumably specific to |
triage: P-high |
The illegal instruction is worrisome, might be stack overflow or something though? |
Ah, I see it a double panic. |
To me this may not necessarily warrant P-high, the only way to trigger this is using |
I can't seem to reproduce this issue on current stable, beta nor nightly (on 64-bit Linux, in case it matters) |
Closing as unreproducible. Feel free to reopen if somebody repros. |
It was extracted from
doc/error-index.md
.Due to this crash, I couldn't run
make check-docs
on Git HEAD. (related: #31587 )The text was updated successfully, but these errors were encountered: