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