From bbce504bf33c898497ed81396cffc54a35f6e006 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 27 Mar 2025 18:28:09 -0700 Subject: [PATCH] Revert "Temporarily ignore cargo_test_doctest_xcompile_ignores" --- tests/testsuite/test.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/testsuite/test.rs b/tests/testsuite/test.rs index ea065ffc8..13eeac122 100644 --- a/tests/testsuite/test.rs +++ b/tests/testsuite/test.rs @@ -4736,9 +4736,7 @@ fn test_dep_with_dev() { .run(); } -// #[cargo_test(nightly, reason = "-Zdoctest-xcompile is unstable")] -#[cargo_test] -#[ignore = "waiting for https://github.com/rust-lang/rust/pull/138877"] +#[cargo_test(nightly, reason = "-Zdoctest-xcompile is unstable")] fn cargo_test_doctest_xcompile_ignores() { // -Zdoctest-xcompile also enables --enable-per-target-ignores which // allows the ignore-TARGET syntax.