This commit is contained in:
Yuki Okushi
2020-02-17 11:07:26 +09:00
parent 578960d61d
commit 4480ec5b71
7 changed files with 11 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ use rustc_data_structures::fx::FxHashSet;
use rustc_hir::def::Res;
use rustc_hir::intravisit::{walk_expr, NestedVisitorMap, Visitor};
use rustc_hir::*;
use rustc_infer::infer::TyCtxtInferExt;
use rustc_lint::LateContext;
use rustc_span::symbol::Ident;
use rustc_typeck::expr_use_visitor::*;