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
Tools like cargo check and cargo clippy use cargo rustc, but they don't need the extra restriction of having to specify a single target. It would be nice if cargo rustc/rustdoc had an --all-targets or --allow-multiple-targets option that could be used here.