Skip to content

Commit 63b17d1

Browse files
committed
remove outdated comment
1 parent d9e3edb commit 63b17d1

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
@@ -3040,9 +3040,6 @@ impl<T, R, E> InternIteratorElement<T, R> for Result<T, E> {
30403040
}
30413041

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

0 commit comments

Comments
 (0)