proc-macro-error 1.0.4

Almost drop-in replacement to panics in proc-macros
Documentation
1
2
3
4
5
6
7
8
extern crate trybuild;

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