You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.