Closed
Description
There's a nightly flag rust-lang/rust#89920 that removes file/line/column information from panics and [track_caller]
. Apart from reduction in the location data, this sometimes also lets the compiler unify code paths of multiple panics into one.