You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report! It looks like you found several other issues related to this, so I'm unclear if this issue is covering anything new. It seems like #5505 covers dealing with remapping, can you clarify what is different here?
I'm going to close this issue as a duplicate of #5505. I realize this is an important issue for some, and hopefully there will be some progress in the future. You may want to also check out rust-lang/rfcs#3127 which is a recent proposal to work towards resolving this.
Problem
hardcoded paths in binary with username and fs paths. bloats binary, prevent reproducibility, and violates privacy. even in
release
modestrip
command does not properly remove everything tooredacted EXAMPLES
Steps
Possible Solution(s)
auto strip this info (preferred) or provide wildcard way to mangle paths
Notes
Output of
cargo version
:Related
#5505
rust-lang/rust#40374
rust-lang/rust#40552
rust-lang/rust#75263
The text was updated successfully, but these errors were encountered: