Lift Lift
This commit is contained in:
parent
6a19a87097
commit
5e606c0bde
8 changed files with 17 additions and 33 deletions
|
@ -41,7 +41,7 @@ pub fn lift_derive(mut s: synstructure::Structure<'_>) -> proc_macro2::TokenStre
|
|||
|
||||
s.add_impl_generic(newtcx);
|
||||
s.bound_impl(
|
||||
quote!(::rustc_middle::ty::Lift<'__lifted>),
|
||||
quote!(::rustc_middle::ty::Lift<::rustc_middle::ty::TyCtxt<'__lifted>>),
|
||||
quote! {
|
||||
type Lifted = #lifted;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue