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 b3016cb commit b45f96aCopy full SHA for b45f96a
compiler/rustc_hir_typeck/src/check.rs
@@ -1,8 +1,8 @@
1
use std::cell::RefCell;
2
3
use rustc_abi::ExternAbi;
4
-use rustc_hir as hir;
5
use rustc_hir::def::DefKind;
+use rustc_hir as hir;
6
use rustc_hir::lang_items::LangItem;
7
use rustc_hir_analysis::check::check_function_signature;
8
use rustc_infer::infer::RegionVariableOrigin;
0 commit comments