1 use anyhow::{ensure, Result}; 2 main() -> Result<()>3 fn main() -> Result<()> { 4 ensure!(); 5 Ok(()) 6 } 7