Rename ty::TyVariants to ty::TyKind
This commit is contained in:
parent
87c7e57020
commit
d37cee3b0e
27 changed files with 77 additions and 77 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue