Closed
Description
c9e5e13
While using the #[track_caller] attribute with the following function:
#[track_caller]
pub fn loc() -> &'static Location<'static> {
Location::caller()
}
it seems that in some cases, the log outputs might include absolute file paths instead of relative paths.
Metadata
Metadata
Assignees
Labels
No labels