Skip to content

Commit 4fb201d

Browse files
committed
Re-add some removed uses of Kind
Additional uses of this item were added to these files in rust-lang#45701 and rust-lang#46479
1 parent c301838 commit 4fb201d

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_typeck/check

1 file changed

+1
-1
lines changed

src/librustc_typeck/check/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ use rustc::infer::{self, InferCtxt, InferOk, RegionVariableOrigin};
9393
use rustc::infer::anon_types::AnonTypeDecl;
9494
use rustc::infer::type_variable::{TypeVariableOrigin};
9595
use rustc::middle::region;
96-
use rustc::ty::subst::{Subst, Substs};
96+
use rustc::ty::subst::{Kind, Subst, Substs};
9797
use rustc::traits::{self, FulfillmentContext, ObligationCause, ObligationCauseCode};
9898
use rustc::ty::{self, Ty, TyCtxt, Visibility, ToPredicate};
9999
use rustc::ty::adjustment::{Adjust, Adjustment, AutoBorrow, AutoBorrowMutability};

0 commit comments

Comments
 (0)