Include source-code locations in all errors for Torrust-Tracker.
Rust has a built-in source-code-location tracing function: core::panic::location
.
It would be good to make use of it for easier tracking for the origin of errors.
Related Pull Requests:
Include source-code locations in all errors for Torrust-Tracker.
Rust has a built-in source-code-location tracing function: core::panic::location
.
It would be good to make use of it for easier tracking for the origin of errors.
Related Pull Requests: