Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Judgment loan_not_required_by_live_places at crates/formality-rust/src/check/borrow_check/nll.rs:1096

Signature:

loan_not_required_by_live_places(env: TypeckEnv, assumptions: Wcs, state: FlowState, loan: Loan, places_live_after_access: LivePlaces,) => FlowState

The number on each rule’s conclusion is positive coverage; the number on each premise is negative coverage. Click a number to browse the tests.

loan_not_required_by_live_places
LineCoverageSource
1119(for_all(live_place in places_live_after_access) with(state)
(borrow_check_place_expr(env, assumptions, state, live_place) => (live_place_typed, state))
(loan_not_required_by_live_place(env, assumptions, &state.current.outlives, loan, live_place_typed) => ()))
──────── ("loan_not_required_by_live_places")
11239(loan_not_required_by_live_places(env, assumptions, state, loan, places_live_after_access) => state)