Skip to content

Commit a860657

Browse files
authored
Rollup merge of rust-lang#131965 - ChrisDenton:outdated-comment, r=jieyouxu
remove outdated comment rust-lang#44234 was closed, apparently solved by rust-lang#45353
2 parents 5533c96 + ef5a56f commit a860657

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs

-3
Original file line numberDiff line numberDiff line change
@@ -437,9 +437,6 @@ provide! { tcx, def_id, other, cdata,
437437

438438
pub(in crate::rmeta) fn provide(providers: &mut Providers) {
439439
provide_cstore_hooks(providers);
440-
// FIXME(#44234) - almost all of these queries have no sub-queries and
441-
// therefore no actual inputs, they're just reading tables calculated in
442-
// resolve! Does this work? Unsure! That's what the issue is about
443440
providers.queries = rustc_middle::query::Providers {
444441
allocator_kind: |tcx, ()| CStore::from_tcx(tcx).allocator_kind(),
445442
alloc_error_handler_kind: |tcx, ()| CStore::from_tcx(tcx).alloc_error_handler_kind(),

0 commit comments

Comments
 (0)