-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
ICE: rustdoc on issue-70453-generics-in-discr-ice-2.rs: enum discriminant depends on generics #79495
Comments
matthiaskrgr
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
Nov 28, 2020
@rustbot label -T-compiler +T-rustdoc |
rustbot
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
and removed
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
Nov 28, 2020
MCVE:
Rustc gives the correct error:
I expect this is the same sort of issue as #73566 (comment) where rustdoc ignores errors that the compiler requires to be emitted. |
Adding P-low by the same rationale as #79496 (comment). |
Appears to be fixed 🎉
|
matthiaskrgr
added
the
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
label
Feb 18, 2022
TaKO8Ki
added a commit
to TaKO8Ki/rust
that referenced
this issue
Jun 28, 2022
TaKO8Ki
added a commit
to TaKO8Ki/rust
that referenced
this issue
Jun 28, 2022
Adding
|
JohnTitor
removed
the
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
label
Jul 19, 2022
Fixed by #111215 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code
code from
./src/test/ui/enum-discriminant/issue-70453-generics-in-discr-ice-2.rs
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: