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 access_permitted_by_loans at crates/formality-rust/src/check/borrow_check/nll.rs:713

Signature:

access_permitted_by_loans(env: TypeckEnv, assumptions: Wcs, state: FlowState, access: Access, 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.

access_permitted_by_loans
LineCoverageSource
725(for_all(loan in &state.current.loans_live) with(state)
(access_permitted_by_loan(env, assumptions, state, loan, access, places_live_after_access) => state))
──────── ("access_permitted_by_loans")
72861(access_permitted_by_loans(env, assumptions, state, access, places_live_after_access) => state)