Skip to content

Commit

Permalink
Fixup a typo in a comment in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleLapkin committed Jul 7, 2024
1 parent 39eaefc commit 14e5d5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14e5d5f

Please sign in to comment.