-
Notifications
You must be signed in to change notification settings - Fork 13k
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 associated-types-path-1.rs attempted .def_id() on invalid res: Err #79465
Labels
C-bug
Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-low
Low priority
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
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 27, 2020
jyn514
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 27, 2020
MCVE: pub fn f1<T>(x: T::A) {} Assigning P-low by the same rationale as #79496 (comment), but I expect this to be much easier to fix than the other ICEs that are outside of rustdoc proper. |
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
No longer crashing
|
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Feb 26, 2022
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Feb 26, 2022
…5, r=matthiaskrgr Add test for rust-lang#79465 to prevent regression Fixes rust-lang#79465. Like this we will be able to close the issue. r? `@matthiaskrgr`
Dylan-DPC
added a commit
to Dylan-DPC/rust
that referenced
this issue
Feb 27, 2022
…5, r=matthiaskrgr Add test for rust-lang#79465 to prevent regression Fixes rust-lang#79465. Like this we will be able to close the issue. r? ``@matthiaskrgr``
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Feb 27, 2022
…5, r=matthiaskrgr Add test for rust-lang#79465 to prevent regression Fixes rust-lang#79465. Like this we will be able to close the issue. r? ```@matthiaskrgr```
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Feb 28, 2022
…askrgr Rollup of 7 pull requests Successful merges: - rust-lang#94396 (1 - Make more use of `let_chains`) - rust-lang#94397 (Document that pre-expansion lint passes are softly deprecated) - rust-lang#94399 (Add test for rust-lang#79465 to prevent regression) - rust-lang#94409 (avoid rebuilding bootstrap when PATH changes) - rust-lang#94415 (Use the first codegen backend in the config.toml as default) - rust-lang#94417 (Fix duplicated impl links) - rust-lang#94420 (3 - Make more use of `let_chains`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-low
Low priority
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Code
code from
./src/test/ui/associated-types/associated-types-path-1.rs
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: