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 c346311 commit 7689046Copy full SHA for 7689046
tests/codegen-llvm/become-musttail.rs
@@ -9,7 +9,7 @@
9
#[inline(never)]
10
pub fn fibonacci(n: u64, a: u64, b: u64) -> u64 {
11
// CHECK: musttail call {{.*}}@fibonacci(
12
- // CHECK-NEXT: ret u64
+ // CHECK-NEXT: ret i64
13
match n {
14
0 => a,
15
1 => b,
0 commit comments