daml-syntax 0.9.1

Shared parsed-source surface for Daml tools
Documentation
1
2
3
4
5
6
7
//! Compile-fail coverage for `daml-syntax` public API construction boundaries.

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