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

Signature:

loan_not_required_by_live_place_prefix(env: TypeckEnv, assumptions: Wcs, outlives: Set<PendingOutlives>, loan: Loan, live_place: TypedPlaceExpr,) => ()

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.

no prefix
LineCoverageSource
1182(if let None = live_place.prefix())
──────── ("no prefix")
11842(loan_not_required_by_live_place_prefix(_env, _assumptions, _outlives, _loan, live_place) => ())
prefix
LineCoverageSource
1188(if let Some(prefix) = live_place.prefix())
1189(loan_not_required_by_live_place(env, assumptions, outlives, loan, prefix) => ())
──────── ("prefix")
1191(loan_not_required_by_live_place_prefix(env, assumptions, outlives, loan, live_place) => ())