Revert "Temporarily ignore cargo_test_doctest_xcompile_ignores"

This commit is contained in:
Eric Huss 2025-03-27 18:28:09 -07:00 committed by GitHub
parent 84a38b9376
commit bbce504bf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.