Skip to content

Commit e0a7034

Browse files
author
Michael Benfield
committed
to test on github, since it passes locally
1 parent 788682a commit e0a7034

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/without_debuginfo/tests/smoke.rs

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ fn all_frames_have_symbols() {
77
backtrace::trace(|frame| {
88
let mut any = false;
99
backtrace::resolve_frame(frame, |sym| {
10+
println!("{:?}, {:?}", sym.name(), frame.ip().is_null());
1011
if sym.name().is_some() {
1112
any = true;
1213
}

0 commit comments

Comments
 (0)