-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Description
It would be useful if operations that can panic were marked with #[track_caller]
to make it easier to find the location of e.g. division-by-0 errors.