index
:
gitlab/authzd.git
gkg-inject-ids
gl-policies
main
refactor-authorizers
spice-schema
Authorization daemon
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
/
anyhow
/
tests
/
ui
/
wrong-interpolation.rs
blob: b870ca713d4adf9625bc06b4d9b4ba1761d0bc77 (
plain
)
1
2
3
4
5
use anyhow::{bail, Result}; fn main() -> Result<()> { bail!("{} not found"); }