Judgment loan_not_required_by_live_place at crates/formality-rust/src/check/borrow_check/nll.rs:1258
Signature:
loan_not_required_by_live_place(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.
loan is not required by type| Line | Coverage | Source |
|---|---|---|
| 1278 | 25 | (loan_not_required_by_parameter(env, assumptions, outlives, loan, &live_place.ty) => ()) |
| 1279 | ✗ | (loan_not_required_by_live_place_prefix(env, assumptions, outlives, loan, live_place) => ()) |
| ──────── ("loan is not required by type") | ||
| 1281 | 14 | (loan_not_required_by_live_place( env, assumptions, outlives, loan, live_place, ) => ()) |