Skip to content

Commit 08ba8e3

Browse files
committed
[DEBUG] Print found symbols
1 parent 63b9636 commit 08ba8e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/run-make/fmt-write-bloat/rmake.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ fn main() {
5151
}
5252
}
5353

54+
eprintln!("found_symbols = {:#?}", found_symbols);
55+
5456
// Make sure we at least have the `main` symbol itself, otherwise even no symbols can
5557
// trivially satisfy the "no panic symbol" assertion.
5658
assert!(found_symbols.iter().any(|sym| sym == "main"), "expected `main` symbol");

0 commit comments

Comments
 (0)