Skip to content

Commit

Permalink
Rollup merge of rust-lang#131965 - ChrisDenton:outdated-comment, r=ji…
Browse files Browse the repository at this point in the history
…eyouxu

remove outdated comment

rust-lang#44234 was closed, apparently solved by rust-lang#45353
  • Loading branch information
matthiaskrgr authored Oct 20, 2024
2 parents 5533c96 + ef5a56f commit a860657
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,6 @@ provide! { tcx, def_id, other, cdata,

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

0 comments on commit a860657

Please sign in to comment.