index
:
firefox-esr
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
rust
/
anyhow
/
tests
/
ui
/
wrong-interpolation.rs
blob: b870ca713d4adf9625bc06b4d9b4ba1761d0bc77 (
plain
)
1
2
3
4
5
use
anyhow
::
{
bail
,
Result
};
fn
main
()
->
Result
<
()
>
{
bail
!
(
"{} not found"
);
}