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

Negative coverage: borrow_check_expr_has_ty / block / premise prove_assignable(env, assumptions, state, ty_expr, ty) => state

Premise at line 333. Observed failure causes: failed_judgment.

block
LineCoverageSource
33219(borrow_check_expr(env, assumptions, state, expr, places_live_on_exit) => (ty_expr, state))
3334(prove_assignable(env, assumptions, state, ty_expr, ty) => state)
──────── ("block")
33557(borrow_check_expr_has_ty(env, assumptions, state, expr, ty, places_live_on_exit) => state)

4 tests failed proving this premise:


Source location: tests/borrowck.rs:2881

fn foo<'a, 'b>(a: &'a u32) -> &'b u32 {
    let r: &'b u32 = identity::<&'b u32>(a);
    return r;
}
Failed proof tree

Source location: tests/mir_typeck.rs:300

fn bar(v1: ()) -> () {
    let v0: () = foo(v1);
    return v0;
}
Failed proof tree

Source location: tests/mir_typeck.rs:360

fn bar(v1: u32) -> u32 {
    let v0: u32 = identity::<bool>(v1);
    return v0;
}
Failed proof tree

Source location: tests/mir_typeck.rs:630

fn foo (v1: u32) -> u32 {
    let v2: Dummy = Dummy { value: false };
    return v1;
}
Failed proof tree