-
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: compiler/rustc_metadata/src/rmeta/decoder.rs:1233:18: cannot get associated-item of DefKey { parent: Some(DefIndex(37465)), disambiguated_data: DisambiguatedDefPathData { data: TypeNs("None"), disambiguator: 0 } }
#83836
Comments
Output on stable 1.51 and beta:
searched nightlies: from nightly-2021-03-20 to nightly-2021-04-04 bisected with cargo-bisect-rustc v0.6.0Host triple: x86_64-unknown-linux-gnu cargo bisect-rustc --preserve --regress=ice --start=2021-03-20 -- check @rustbot label regression-from-stable-to-nightly |
This looks very similar to #83753. |
Also, bisection of #83753 points to the same commit: could this issue be a duplicate? |
Assigning priority as discussed as part of the Prioritization Working Group procedure and removing @rustbot label -I-prioritize +P-medium |
Issue: rust-lang/rust#83836
Repro in another slight different form on echo 'fn foo() -> std::iter::Map<Item = i32> { unimplemented!() }' | rustc - --crate-type=lib Error output:
|
Triage: Fixed by #83944, I'm going to close this as that PR should have a regression test for this issue. |
Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: