Home
last modified time | relevance | path

Searched refs:ChainError (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/core/tests/
H A Dtests.rs55 struct ChainError { struct
60 impl fmt::Display for ChainError { argument
66 impl core::error::Error for ChainError { implementation
73 impl ChainError { impl
155 let error = ChainError::new("ouch", None); in into_boxed_dyn_error()
156 let error = ChainError::new("whoops", Some(Box::new(error))); in into_boxed_dyn_error()
280 let error = ChainError::new("ouch", None); in format_err_macro_core_error_chain()
281 let error = ChainError::new("yikes", Some(Box::new(error))); in format_err_macro_core_error_chain()
705 let error = ChainError::new("root cause", None); in fmt_debug_alternate()
818 let error = ChainError::new("yikes", None); in chain_on_error_with_source()
[all …]