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 3c3854f commit 0ed53e1Copy full SHA for 0ed53e1
tests/fail/tail_calls/signature-mismatch-arg.rs
@@ -3,7 +3,7 @@
3
4
fn main() {
5
// FIXME(explicit_tail_calls):
6
- // the error should point to `become f(x)`,
+ // the error should point to `become g(x)`,
7
// but tail calls mess up the backtrace it seems like...
8
f(0);
9
//~^ error: Undefined Behavior: calling a function with argument of type i32 passing data of type u32
0 commit comments