index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
anyhow
/
tests
/
ui
/
empty-ensure.rs
blob: 139b743bbf9bdf9a7fe6b4ec3fa90a57f8fa0306 (
plain
)
1
2
3
4
5
6
use
anyhow
::
{
ensure
,
Result
};
fn
main
()
->
Result
<
()
>
{
ensure
!
();
Ok
(())
}