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
As per rust-lang/rust#67724 (comment) it'd be good if the component-missing message included the target of the component iff the target is not equal to the host for the toolchain.
i.e. rust-std for the toolchain's host, but rust-std-foo-unknown-bar for a cross-std.
The text was updated successfully, but these errors were encountered:
As per rust-lang/rust#67724 (comment) it'd be good if the component-missing message included the target of the component iff the target is not equal to the host for the toolchain.
i.e.
rust-std
for the toolchain's host, butrust-std-foo-unknown-bar
for a cross-std.The text was updated successfully, but these errors were encountered: