[go: up one dir, main page]

eyre 0.3.0

Flexible concrete Error Handling and Reporting type built on std::error::Error
Documentation
1
2
3
4
5
6
#[rustversion::attr(not(nightly), ignore)]
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}