error-stack 0.2.4

A context-aware error-handling library that supports arbitrary attached user data
Documentation
1
2
3
4
5
6
7
#[cfg_attr(not(nightly), ignore = "Outputs are different across toolchains")]
#[cfg_attr(miri, ignore = "Miri does not support UI tests")]
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}