error-stack 0.2.0

A context-aware error-handling library that supports arbitrary attached user data
Documentation
1
2
3
4
5
6
7
8
9
//! Currently disabled because of https://github.com/dtolnay/trybuild/issues/171

// #[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");
// }