index
:
firefox
debian
progress-linux
upstream
debian 11: firefox
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
rust
/
xfailure
/
src
/
lib.rs
blob: 4676c696856c08e19ce018030abaa7d5a6fc7111 (
plain
)
1
2
#[macro_export]
macro_rules!
xbail
{
(
$e
:
expr
)
=>
(
Err
(
$e
)
?
);
}