Skip to content

Commit 80525dc

Browse files
authored
Revert "Temporarily ignore cargo_test_doctest_xcompile_ignores" (#15357)
This reverts #15348 now that rust-lang/rust#138877 is on nightly.
2 parents 84a38b9 + bbce504 commit 80525dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/testsuite/test.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -4736,9 +4736,7 @@ fn test_dep_with_dev() {
47364736
.run();
47374737
}
47384738

4739-
// #[cargo_test(nightly, reason = "-Zdoctest-xcompile is unstable")]
4740-
#[cargo_test]
4741-
#[ignore = "waiting for https://github.com/rust-lang/rust/pull/138877"]
4739+
#[cargo_test(nightly, reason = "-Zdoctest-xcompile is unstable")]
47424740
fn cargo_test_doctest_xcompile_ignores() {
47434741
// -Zdoctest-xcompile also enables --enable-per-target-ignores which
47444742
// allows the ignore-TARGET syntax.

0 commit comments

Comments
 (0)