fn uses_bail2()

in linter_test/src/lib.rs [372:375]


fn uses_bail2() -> anyhow::Result<()> {
    use anyhow::bail;
    bail!("foo");
}