error_snippet 0.2.0

Library for reporting fancy diagnostics to the console
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod cause;
mod code;
mod help;
mod label;
mod message;
mod related;
mod severity;

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