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 b17145b commit 5b37405Copy full SHA for 5b37405
src/test/run-fail/too-much-recursion.rs
@@ -3,5 +3,6 @@
3
// Test that the task fails after hiting the recursion limit
4
5
fn main() {
6
+ log(debug, "don't optimize me out");
7
main();
8
}
0 commit comments