You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tspiteri opened this issue
Feb 18, 2021
· 3 comments
Labels
C-bugCategory: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
The text was updated successfully, but these errors were encountered:
tspiteri
added
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.
labels
Feb 18, 2021
jonas-schievink
added
A-libtest
Area: `#[test]` / the `test` library
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
and removed
A-libtest
Area: `#[test]` / the `test` library
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
Feb 18, 2021
Above, I used -- jobs 1 to try to use a single thread, but now on the other issue I'm seeing that I should have used -- --test-threads. When I run with -- --test-threads 1 I cannot reproduce the bug.
C-bugCategory: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
I can reproduce this on beta and nightly, but I cannot reproduce on stable 1.50.
For the fixed crate, if I run
I get
Meta
rustc +stable --version --verbose
:rustc +beta --version --verbose
:rustc +stable --version --verbose
:The text was updated successfully, but these errors were encountered: