1
Fork 0

Fix rebase

This commit is contained in:
varkor 2019-09-25 15:57:54 +01:00
parent bd5adc51fb
commit 93df1bb517
5 changed files with 7 additions and 7 deletions

View file

@ -1604,7 +1604,7 @@ impl<'a, 'tcx> ShallowResolver<'a, 'tcx> {
// are extremely hot.
#[inline(always)]
pub fn shallow_resolve_changed(&mut self, typ: Ty<'tcx>) -> bool {
match typ.sty {
match typ.kind {
ty::Infer(ty::TyVar(v)) => {
use self::type_variable::TypeVariableValue;