Eric Huss

Results 755 comments of Eric Huss

Updating the documentation sounds good to me!

Can you say why this would not be handled in rustc? Generally we try to avoid having cargo have explicit target knowledge. Fixing this in rustc is tracked in https://github.com/rust-lang/rust/issues/118204.

Ah, thanks for the clarification, I misunderstood.

Transferred to rust-lang/cargo. Note that this can be difficult to show in the message, because the inverted dependency tree can be very deep, and have multiple paths through the tree...

One thought is to have cargo automatically set that option when creating dependency or index clones. I think that should work, and should be safe, and doesn't appear to require...

Hm, I didn't think about the consequence of this impacting the artifact-dependency environment variables, which appears to be a breaking change. For example, I did a quick code search and...

@Eh2406, @Muscraft, @joshtriplett do you think you can check the FCP [above](https://github.com/rust-lang/cargo/pull/12783#issuecomment-1750726185)? Do you have any questions or concerns? Anything that can help you understand this change?

Thanks! Will merge now that the FCP has passed. @bors r+