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 3573fb6 commit 77d29b0Copy full SHA for 77d29b0
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::intravisit::Visitor;
7
use rustc_hir::lang_items::LangItem;
8
use rustc_hir_analysis::check::check_function_signature;
0 commit comments