Add support for inherent projections
This commit is contained in:
parent
c4083faade
commit
085ae9e8b4
6 changed files with 48 additions and 3 deletions
|
@ -1313,7 +1313,7 @@ impl<'tcx> AliasTy<'tcx> {
|
|||
/// I_i impl subst
|
||||
/// P_j GAT subst
|
||||
/// ```
|
||||
pub fn rebase_args_onto_impl(
|
||||
pub fn rebase_inherent_args_onto_impl(
|
||||
self,
|
||||
impl_args: ty::GenericArgsRef<'tcx>,
|
||||
tcx: TyCtxt<'tcx>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue