use thiserror::Error; #[derive(Error, Debug)] #[error("{self}")] pub struct Error; fn main() { @//fail }