use std::error::Error; #[test] fn should_work() -> Result<(), Box> { Ok(()) }