We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11a48c commit c758475Copy full SHA for c758475
compiler/rustc_hir_analysis/src/check/mod.rs
@@ -101,8 +101,7 @@ use self::region::region_scope_tree;
101
use crate::{errors, require_c_abi_if_c_variadic};
102
103
/// Adds query fn to the [Providers] vtable, see [`rustc_middle::query`]
104
-pub fn provide(providers: &mut Providers) {
105
- wfcheck::provide(providers);
+pub(super) fn provide(providers: &mut Providers) {
106
*providers = Providers {
107
adt_destructor,
108
adt_async_destructor,
0 commit comments