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

Signature:

drop_places(env: TypeckEnv, assumptions: Wcs, state: FlowState, places: Vec<TypedPlaceExpr>, places_live_after_drop: 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.

drop_places
LineCoverageSource
682(for_all(place in places) with(state)
(access_permitted_by_loans(env, assumptions, state, Access::new(AccessKind::Write, place), places_live_after_drop) => state))
──────── ("drop_places")
68575(drop_places(env, assumptions, state, places, places_live_after_drop) => state)