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
/
temporary-value.rs
blob: 803809b238f0d2109be19bd53142ee0582b69732 (
plain
)
1
2
3
4
5
use
anyhow
::
anyhow
;
fn
main
()
{
let
_
=
anyhow
!
(
&
String
::
new
());
}