Skip to content

Commit f077af2

Browse files
committed
Temporarily ignore cargo_test_doctest_xcompile_ignores
This was broken due to a change in rust-lang/rust#138535. There is an approved PR in rust-lang/rust#138877 to fix it, but it may take a day or two for it to make its way to nightly. This should be reverted after it hits nightly.
1 parent cc585c0 commit f077af2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testsuite/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4741,6 +4741,7 @@ fn test_dep_with_dev() {
47414741
}
47424742

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

0 commit comments

Comments
 (0)