vacro-report 0.1.3

Diagnostic reporting enhancements for Rust procedural macros, improving error messages.
Documentation
1
2
3
4
5
6
7
8
#[test]
fn ui_test() {
    let test = trybuild::TestCases::new();
    test.compile_fail("tests/ui/parse_quote.rs");
    test.compile_fail("tests/ui/parse_quote_spanned.rs");
    test.compile_fail("tests/ui/help.rs");
    test.compile_fail("tests/ui/parser.rs");
}