-
Notifications
You must be signed in to change notification settings - Fork 233
Closed
Labels
enhancementNew feature or requestNew feature or request
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.
johnthagen
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request