eyre 0.6.8

Flexible concrete Error Reporting type built on std::error::Error with customizable Reports
Documentation
#[rustversion::attr(not(nightly), ignore)]
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}