Closed
Description
The file_line
arguments to std::rt::unwind::begin_unwind
and std::rt::unwind::begin_unwind_fmt
takes a &(&str, usize)
. We changed line!
to u32
, so we should also update these two functions to also take a u32
.
I had noticed this a while ago, but had been putting off fixing them, because it didn't seem time-sensitive. However, I realized today that these functions are stable, so it's technically a breaking-change.
Metadata
Metadata
Assignees
Labels
No labels