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.
Kind
1 parent c301838 commit 4fb201dCopy full SHA for 4fb201d
src/librustc_typeck/check/mod.rs
@@ -93,7 +93,7 @@ use rustc::infer::{self, InferCtxt, InferOk, RegionVariableOrigin};
93
use rustc::infer::anon_types::AnonTypeDecl;
94
use rustc::infer::type_variable::{TypeVariableOrigin};
95
use rustc::middle::region;
96
-use rustc::ty::subst::{Subst, Substs};
+use rustc::ty::subst::{Kind, Subst, Substs};
97
use rustc::traits::{self, FulfillmentContext, ObligationCause, ObligationCauseCode};
98
use rustc::ty::{self, Ty, TyCtxt, Visibility, ToPredicate};
99
use rustc::ty::adjustment::{Adjust, Adjustment, AutoBorrow, AutoBorrowMutability};
0 commit comments