enum-table-derive 4.0.0

Derive macro for enum-table.
Documentation
1
2
3
4
5
6
7
8
9
#[test]
#[cfg_attr(
    miri,
    ignore = "trybuild spawns rustc and walks the filesystem, which Miri cannot support"
)]
fn compile_fail() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compile_fail/*.rs");
}