1 2 3 4 5 6
use fack::prelude::*; #[derive(Debug, Error)] #[error("outer")] #[error(from)] struct Error(std::io::Error, u8); fn main() {}