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