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 63dbfb3 commit bfe5bc9Copy full SHA for bfe5bc9
compiler/rustc_typeck/src/check/util.rs
@@ -1,8 +1,8 @@
1
use rustc_hir::def_id::{CrateNum, LocalDefId, LOCAL_CRATE};
2
3
-use crate::TyCtxt;
4
use super::wfcheck;
5
use crate::check::CheckItemTypesVisitor;
+use crate::TyCtxt;
6
7
pub fn check_mod_item_types(tcx: TyCtxt<'_>, module_def_id: LocalDefId) {
8
tcx.hir().visit_item_likes_in_module(module_def_id, &mut CheckItemTypesVisitor { tcx });
0 commit comments