Skip to content

Commit 14e5d5f

Browse files
committed
Fixup a typo in a comment in a test
1 parent 39eaefc commit 14e5d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/miri/tests/fail/tail_calls/signature-mismatch-arg.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
fn main() {
55
// FIXME(explicit_tail_calls):
6-
// the error should point to `become f(x)`,
6+
// the error should point to `become g(x)`,
77
// but tail calls mess up the backtrace it seems like...
88
f(0);
99
//~^ error: Undefined Behavior: calling a function with argument of type i32 passing data of type u32

0 commit comments

Comments
 (0)