]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_hir_typeck/src/gather_locals.rs
Rollup merge of #103253 - notriddle:notriddle/test-case-masked-blanket-impl, r=Mark...
[rust.git] / compiler / rustc_hir_typeck / src / gather_locals.rs
index 8f34a970f6ff7694ea9eb69468d0392e0e21f934..9a096f24fac0d965d39546ceaf52e4e529e33f27 100644 (file)
@@ -1,9 +1,10 @@
-use crate::check::{FnCtxt, LocalTy, UserType};
+use crate::{FnCtxt, LocalTy};
 use rustc_hir as hir;
 use rustc_hir::intravisit::{self, Visitor};
 use rustc_hir::PatKind;
 use rustc_infer::infer::type_variable::{TypeVariableOrigin, TypeVariableOriginKind};
 use rustc_middle::ty::Ty;
+use rustc_middle::ty::UserType;
 use rustc_span::Span;
 use rustc_trait_selection::traits;