Rename AstConv to HIR ty lowering
This includes updating astconv-related items and a few local variables.
This commit is contained in:
parent
b57a10c39d
commit
05d48b936f
35 changed files with 371 additions and 402 deletions
|
@ -1866,7 +1866,7 @@ fn check_variances_for_type_defn<'tcx>(
|
|||
.iter()
|
||||
.filter_map(|predicate| match predicate {
|
||||
hir::WherePredicate::BoundPredicate(predicate) => {
|
||||
match icx.to_ty(predicate.bounded_ty).kind() {
|
||||
match icx.lower_ty(predicate.bounded_ty).kind() {
|
||||
ty::Param(data) => Some(Parameter(data.index)),
|
||||
_ => None,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue