Skip to content

Commit c89b07a

Browse files
authored
Rollup merge of rust-lang#57290 - mark-i-m:remove-outdated-comment, r=michaelwoerister
remove outdated comment rust-lang#44234 was closed, apparently solved by rust-lang#45353 r? @michaelwoerister
2 parents 1f7c44c + 63b17d1 commit c89b07a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/librustc/ty/context.rs

-3
Original file line numberDiff line numberDiff line change
@@ -2930,9 +2930,6 @@ impl<T, R, E> InternIteratorElement<T, R> for Result<T, E> {
29302930
}
29312931

29322932
pub fn provide(providers: &mut ty::query::Providers<'_>) {
2933-
// FIXME(#44234): almost all of these queries have no sub-queries and
2934-
// therefore no actual inputs, they're just reading tables calculated in
2935-
// resolve! Does this work? Unsure! That's what the issue is about.
29362933
providers.in_scope_traits_map = |tcx, id| tcx.gcx.trait_map.get(&id).cloned();
29372934
providers.module_exports = |tcx, id| tcx.gcx.export_map.get(&id).cloned();
29382935
providers.crate_name = |tcx, id| {

0 commit comments

Comments
 (0)