Add support for inherent projections
This commit is contained in:
parent
c4083faade
commit
085ae9e8b4
6 changed files with 48 additions and 3 deletions
|
@ -1421,7 +1421,7 @@ pub fn compute_inherent_assoc_ty_args<'a, 'b, 'tcx>(
|
|||
}
|
||||
}
|
||||
|
||||
alias_ty.rebase_args_onto_impl(impl_args, tcx)
|
||||
alias_ty.rebase_inherent_args_onto_impl(impl_args, tcx)
|
||||
}
|
||||
|
||||
enum Projected<'tcx> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue