Skip to content

Commit e3b5faa

Browse files
authored
Temporarily ignore cargo_test_doctest_xcompile_ignores (#15348)
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.
2 parents cc585c0 + 98a273f commit e3b5faa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/testsuite/test.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -4740,7 +4740,9 @@ fn test_dep_with_dev() {
47404740
.run();
47414741
}
47424742

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

0 commit comments

Comments
 (0)