1
Fork 0

Rename ty::TyVariants to ty::TyKind

This commit is contained in:
varkor 2018-08-22 01:34:12 +01:00
parent 87c7e57020
commit d37cee3b0e
27 changed files with 77 additions and 77 deletions

View file

@ -83,7 +83,7 @@ impl<'a, 'tcx, 'rcx, 'cstore> BlanketImplFinder <'a, 'tcx, 'rcx, 'cstore> {
.expect("Cannot get impl trait");
match trait_ref.self_ty().sty {
ty::TypeVariants::TyParam(_) => {},
ty::TyParam(_) => {},
_ => return,
}