Judgment prove_ty_is_ref at crates/formality-rust/src/check/borrow_check/nll.rs:895
Signature:
prove_ty_is_ref(env: TypeckEnv, assumptions: Wcs, state: FlowState, ty: Ty,) => 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.
ref| Line | Coverage | Source |
|---|---|---|
| 906 | ✗ | (prove_ty_is_rigid(env, assumptions, state, ty) => (RigidTy { name: RigidName::Ref(..), .. }, state)) |
| ──────── ("ref") | ||
| 908 | 1 | (prove_ty_is_ref(_env, _assumptions, state, ty) => state) |