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

Test missing_dependent_where_clause

Source location: tests/well_formed_trait_ref.rs:37

#[test]
fn missing_dependent_where_clause() {
    FormalityTest::new(crates![crate foo {
        trait Trait1 {}

        trait Trait2 {}

        struct S1<T> where T: Trait1 {
            dummy: T,
        }

        struct S2<T> where S1<T> : Trait2 {
            dummy: T,
        }
    }])
    .err(expect_test::expect![[r#"
        crates/formality-rust/src/prove/prove_via.rs:8:1: no applicable rules for prove_via { goal: @ WellFormedTraitRef(Trait2(S1<!ty_0>)), via: Trait2(S1<!ty_0>), assumptions: {Trait2(S1<!ty_0>)}, env: Env { variables: [!ty_0], bias: Soundness, pending: [], allow_pending_outlives: false } }

        crates/formality-rust/src/prove/prove_via.rs:8:1: no applicable rules for prove_via { goal: Trait1(!ty_0), via: Trait2(S1<!ty_0>), assumptions: {Trait2(S1<!ty_0>)}, env: Env { variables: [!ty_0], bias: Soundness, pending: [], allow_pending_outlives: false } }

        the rule "trait implied bound" at (prove_wc.rs) failed because
          expression evaluated to an empty collection: `decls.trait_invariants()`"#]])
}

Rules proved (0)

This test records no positive coverage.

Premises failed (10)

The last column links to the premise’s page when the judgment view counts this failure against that premise. It does not when the premise is read as infallible, or when the failure was blamed inside a multi-line premise that carries no record on its own first line.

JudgmentRulePremiseAll tests of this premise
check_adtcheck adtprove_where_clauses_well_formed(program, env, wh… (line 21)1 test
check_all_cratescheck all prefixesfor_all(i in 0..crates.len()) (let program = cra… (line 51, blamed at line 53)not counted by the judgment view
check_cratecheck cratefor_all(item in &c.items) (check_crate_item(prog… (line 72, blamed at line 73)not counted by the judgment view
check_crate_itemadtcheck_adt(program, &s.to_adt()) => () (line 200)3 tests
prove_afterprove_afterprove(decls, c1.env(), assumptions, goal) => c2 (line 19)18 tests
prove_wcassumptionprove_via(decls, env, assumptions, a, goal) => c (line 48)21 tests
prove_wctrait implied boundti in decls.trait_invariants() (line 109)14 tests
prove_wctrait well formedfor_all(decls, env, assumptions, &trait_ref.para… (line 131)1 test
prove_wc_listsomeprove_wc(decls, env, assumptions, wc0) => c (line 26)42 tests
prove_wfADTprove_after(decls, c, assumptions, &t.where_clau… (line 64)4 tests

Proof trees

Failed proof tree