Adds [file:line] to {:?} anyhow reports. Doesn't require backtraces. Keeps
the fork diff minimal.
loading configuration [src/main.rs:28]
Caused by:
No such file or directory (os error 2) [src/config.rs:12]
You should be able to swap anyhow for it without any surprises:
[dependencies]
anyhow = { package = "tracked-anyhow", version = "0.1.0" }Licensed under either of Apache License, Version 2.0 or MIT license at your option.