pg-proto 0.6.0

Session-typed PostgreSQL wire protocol
Documentation
1
2
3
4
5
6
7
//! Compile-fail coverage for the builder facade boundary and typestate.

#[test]
fn illegal_facade_usage_does_not_compile() {
    let tests = trybuild::TestCases::new();
    tests.compile_fail("tests/ui/facade/*.rs");
}