triblespace 0.18.0

The Triblespace: A lightweight knowledge base for rust.
Documentation
1
2
3
4
5
6
7
8
use trybuild::TestCases;

#[test]
fn pattern_macros_use_hygienic_idents() {
    let t = TestCases::new();
    t.pass("tests/trybuild/pattern_hygiene.rs");
    t.pass("tests/trybuild/pattern_local_vars.rs");
}