fn uses_bail()

in linter_test/src/lib.rs [368:370]


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