Avoid weaker comparison for targets in run_cargo
#3111
Labels
[C] Internal
Tracks some internal work. I.e.: Users should not be affected.
run_cargo
#3111
Proposed change: We should revisit the
same_target
check inrun_cargo
after a while to see if it's not needed anymore or it can be restricted to certain cases. This newer check was introduced in #3102 during a toolchain upgrade.Motivation: The previous comparison was
rustc_artifact == *target
, but it started to fail in some cases after thecargo
change in rust-lang/cargo#12783.The text was updated successfully, but these errors were encountered: