We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7847c03 commit 80409f7Copy full SHA for 80409f7
tests/testsuite/standard_lib.rs
@@ -389,7 +389,7 @@ fn check_core() {
389
.run();
390
}
391
392
-#[cargo_test(build_std_mock, requires = "rustup")]
+#[cargo_test(build_std_mock)]
393
fn build_std_with_no_arg_for_core_only_target() {
394
let has_rustup_aarch64_unknown_none = std::process::Command::new("rustup")
395
.args(["target", "list", "--installed"])
0 commit comments