We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b9636 commit 08ba8e3Copy full SHA for 08ba8e3
tests/run-make/fmt-write-bloat/rmake.rs
@@ -51,6 +51,8 @@ fn main() {
51
}
52
53
54
+ eprintln!("found_symbols = {:#?}", found_symbols);
55
+
56
// Make sure we at least have the `main` symbol itself, otherwise even no symbols can
57
// trivially satisfy the "no panic symbol" assertion.
58
assert!(found_symbols.iter().any(|sym| sym == "main"), "expected `main` symbol");
0 commit comments