trisquel-icecat/icecat/third_party/rust/anyhow/tests/ui/wrong-interpolation.rs

5 lines
84 B
Rust

use anyhow::{bail, Result};
fn main() -> Result<()> {
bail!("{} not found");
}