Remove outdated comment

#44234 is resolved
This commit is contained in:
Chris Denton 2024-10-20 08:34:25 +00:00
parent d68c327796
commit ef5a56f7bc
No known key found for this signature in database
GPG Key ID: 713472F2F45627DE

View File

@ -437,9 +437,6 @@ fn into_args(self) -> (DefId, SimplifiedType) {
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(),