diff options
| author | Maybe Lapkin <waffle.lapkin@gmail.com> | 2024-07-07 20:18:42 +0200 |
|---|---|---|
| committer | Maybe Lapkin <waffle.lapkin@gmail.com> | 2024-07-07 20:18:42 +0200 |
| commit | 14e5d5fbee637af09759f924e14f97685e5c24ea (patch) | |
| tree | 983aa49d39f0d791ef228bc3740885fe0a767263 /src | |
| parent | 39eaefc15db286dc295134f0c65704e90eae1d0e (diff) | |
Fixup a typo in a comment in a test
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/miri/tests/fail/tail_calls/signature-mismatch-arg.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/tests/fail/tail_calls/signature-mismatch-arg.rs b/src/tools/miri/tests/fail/tail_calls/signature-mismatch-arg.rs index 3264a74d159..6df132d3255 100644 --- a/src/tools/miri/tests/fail/tail_calls/signature-mismatch-arg.rs +++ b/src/tools/miri/tests/fail/tail_calls/signature-mismatch-arg.rs @@ -3,7 +3,7 @@ fn main() { // FIXME(explicit_tail_calls): - // the error should point to `become f(x)`, + // the error should point to `become g(x)`, // but tail calls mess up the backtrace it seems like... f(0); //~^ error: Undefined Behavior: calling a function with argument of type i32 passing data of type u32 |
