We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f1244 commit 6f23650Copy full SHA for 6f23650
src/librustc_mir/borrow_check/diagnostics/mod.rs
@@ -51,7 +51,7 @@ impl<'cx, 'tcx> MirBorrowckCtxt<'cx, 'tcx> {
51
pub(super) fn add_moved_or_invoked_closure_note(
52
&self,
53
location: Location,
54
- place: PlaceRef<'cx, 'tcx>,
+ place: PlaceRef<'tcx, 'tcx>,
55
diag: &mut DiagnosticBuilder<'_>,
56
) {
57
debug!("add_moved_or_invoked_closure_note: location={:?} place={:?}", location, place);
0 commit comments