enum_ids 0.7.0

Generate a companion ID enum and an associated getter method for the annotated enum
Documentation
1
2
3
4
5
6
7
8
9
#[test]
fn pass() {
    trybuild::TestCases::new().pass("./src/tests/ui/pass/*.rs");
}

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