Results 4 comments of kaimeara

Or derive a custom trait from `ChainedError`, for instance: ```rust use std::fmt; #[macro_use] extern crate error_chain; use error_chain::ChainedError; fn main() { match make_second_error() { Err(e) => { eprintln!("Single Line\n{}\n", e.string_chain());...

Was trying to do the same and can across this issue. I take it the situation hasn't changed? I was wondering if something as simple as ignoring all command line...

Problem still exists, although there's an interesting workaround. Posting in the hope it triggers an epiphany or helps. Ubuntu 22.04, kernel 5.15.0, ZFS 2.1.4-0ubuntu0.1 **Reproducing the issue** Setup: ``` #...