We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84a38b9 + bbce504 commit 80525dcCopy full SHA for 80525dc
tests/testsuite/test.rs
@@ -4736,9 +4736,7 @@ fn test_dep_with_dev() {
4736
.run();
4737
}
4738
4739
-// #[cargo_test(nightly, reason = "-Zdoctest-xcompile is unstable")]
4740
-#[cargo_test]
4741
-#[ignore = "waiting for https://github.com/rust-lang/rust/pull/138877"]
+#[cargo_test(nightly, reason = "-Zdoctest-xcompile is unstable")]
4742
fn cargo_test_doctest_xcompile_ignores() {
4743
// -Zdoctest-xcompile also enables --enable-per-target-ignores which
4744
// allows the ignore-TARGET syntax.
0 commit comments