1
Fork 0

adopt to compiler changes

This commit is contained in:
Maybe Waffle 2022-10-25 13:47:43 +00:00
parent 690e037008
commit e93982a78f
3 changed files with 23 additions and 12 deletions

View file

@ -346,7 +346,7 @@ impl<'a, 'hir> LoweringContext<'a, 'hir> {
fn lower_parenthesized_parameter_data(
&mut self,
data: &ParenthesizedArgs,
itctx: ImplTraitContext,
itctx: &ImplTraitContext,
) -> (GenericArgsCtor<'hir>, bool) {
// Switch to `PassThrough` mode for anonymous lifetimes; this
// means that we permit things like `&Ref<T>`, where `Ref` has