Closed japaric closed 3 years ago
We might want to give this option a shorter name, something like --shorten-paths
maybe. This option could then be extended to cover paths to the standard library without having to add another one.
bors r=jonas-schievink
this flags compresses the paths to crates.io dependencies from full paths to the format
[$cratename-$crateversion]/src/module/file.rs
cc #66
before:
after:
currently only paths in the backtrace are modify (because that was the easiest thing to implement / test)
TODO: