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 resolve_place at crates/formality-rust/src/codegen/mod.rs:371

Signature:

resolve_place(cfn: CodegenFn, scope: CodegenScope, place: PlaceExpr,) => 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.

resolve
LineCoverageSource
380(borrow_check_place_expr(
&cfn.typeck_env,
&cfn.assumptions,
&scope.flow_state,
place,
) => (typed_place, returned_state))
386N/A(let () = assert_no_constraints(returned_state))
──────── ("resolve")
388(resolve_place(cfn, scope, place) => typed_place)