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 lifetime_binder_in_where_clause_without_feature_pass

Source location: tests/basic_tests.rs:266

#[test]
fn lifetime_binder_in_where_clause_without_feature_pass() {
    FormalityTest::new(crates![crate core {
        trait A<'b> { }

        impl<'b> A<'b> for u32 { }

        trait WellFormed where for<'b> u32: A<'b> { }
    }])
    .skip_execute()
    .ok()
}

Rules proved (25)

Premises failed (0)

This test records no negative coverage.

Proof trees

Proof tree