Weihang Lo
Weihang Lo
> both of those linked are closed/merged what is left blocking to get trimpaths working? @liciana24 There are some unresolved issues listed in the PR description I just updated. It...
@lina9992006 Just posted benchmark results here for different stable hash algorithms: https://github.com/rust-lang/cargo/pull/14116#issuecomment-2486293308 If you'd like to move this forward, here are areas we need helps: * Resolving issues mentioned in...
A stable cross-platform hash algorithm helps `-Ztrim-paths` finding sources from the same path when debugging. See and other comments around.
**[This is yet resolved]** I am going to close this. Further discussion could happen in #11405. If you think this is wrong please leave a comment. We could reopen it....
Thanks for setting up the reproduction steps! That seems unfortunate. `cargo install` already filters bin targets by names. However, it happens way earlier before Cargo starts resolving feature, so the...
Isn't only available on nightly?
By just looking at linked issues in #12783, some folks are certainly bitten by `cargo metadata` output change 😞.
While not too convenient, can you use `CARGO_ENCODED_RUSTFLAGS`?
I was not there and have no relevant context. `CARGO_ENCODED_RUSTDOCFLAGS` seems to be added because of the lossy RUSTFLAGS issue was found during [a discussion](https://github.com/rust-lang/cargo/pull/9601#discussion_r658852412) of an unrelated issue.
> I don't know how common "I need my build cache to survive moving to a different location" really is Some CI services do assign random path to a project,...