Remove in_band_lifetimes
from rustc_trait_selection
This commit is contained in:
parent
195e931b02
commit
dd5717a6d6
18 changed files with 63 additions and 54 deletions
|
@ -801,7 +801,7 @@ fn vtable_trait_first_method_offset<'tcx>(
|
|||
}
|
||||
|
||||
/// Find slot offset for trait vptr within vtable entries of another trait
|
||||
pub fn vtable_trait_upcasting_coercion_new_vptr_slot(
|
||||
pub fn vtable_trait_upcasting_coercion_new_vptr_slot<'tcx>(
|
||||
tcx: TyCtxt<'tcx>,
|
||||
key: (
|
||||
Ty<'tcx>, // trait object type whose trait owning vtable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue