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
/
library
/
backtrace
/
examples
/
backtrace.rs
blob: 7ff6cd39eb8f51c42b59ee6f78d43ac309d31f91 (
plain
)
1
2
3
4
5
use
backtrace
::
Backtrace
;
fn
main
()
{
println!
(
"{:?}"
,
Backtrace
::
new
());
}