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 205f4ca commit 3fac279Copy full SHA for 3fac279
tests/ui/explicit-tail-calls/recursion-no-tce.rs
@@ -11,6 +11,5 @@ pub fn count(curr: u64, top: u64) -> u64 {
11
}
12
13
fn main() {
14
- println!("{}",
15
- count(0, black_box(1000000)));
+ println!("{}", count(0, black_box(1000000)));
16
0 commit comments