Closed
Description
I got this output with an ICE:
error: internal compiler error: compiler/rustc_middle/src/ty/query.rs:440:1: `tcx.item_attrs(DefId(0:3 ~ mycrate_impl[f883]::{use#1}))` is not supported for local crate;
hint: Queries can be either made to the local crate, or the external crate. This error means you tried to use it for one that's not supported.
If that's not the case, item_attrs was likely never assigned to a provider function.
Very weird left padding.
cc @estebank
Activity
estebank commentedon Feb 24, 2023
rust/compiler/rustc_middle/src/ty/query.rs
Lines 329 to 338 in 9556b56
GuillaumeGomez commentedon Feb 24, 2023
Sending a fix for it then.
Rollup merge of rust-lang#108433 - compiler-errors:missing-provider-n…
Rollup merge of rust-lang#108433 - compiler-errors:missing-provider-n…