Skip to content

Commit 106cbdd

Browse files
authored
Merge branch 'rust-lang:main' into add-riscv64-uefi-target
2 parents 0f1a19a + 77761f3 commit 106cbdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler/rustc_resolve/src/late.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2916,9 +2916,9 @@ impl<'a, 'ast, 'ra, 'tcx> LateResolutionVisitor<'a, 'ast, 'ra, 'tcx> {
29162916
}
29172917
}
29182918

2919-
fn with_generic_param_rib<'c, F>(
2920-
&'c mut self,
2921-
params: &'c [GenericParam],
2919+
fn with_generic_param_rib<F>(
2920+
&mut self,
2921+
params: &[GenericParam],
29222922
kind: RibKind<'ra>,
29232923
binder: NodeId,
29242924
generics_kind: LifetimeBinderKind,

0 commit comments

Comments
 (0)