Skip to content

Commit a8f4a67

Browse files
committed
rustdoc: Test only in stage2
stage1's rustdoc is using stage0's libtest which does not have a fix from 069cf9d, making the test run fail. Ensure that this test is executed with everything recompiled in stage2.
1 parent 069cf9d commit a8f4a67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run-make/doctests-junit/rmake.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Check rustdoc's test JUnit (XML) output against snapshots.
22

33
//@ ignore-cross-compile (running doctests)
4+
//@ ignore-stage1 (rustdoc depends on a fix in libtest)
45
//@ needs-unwind (test file contains `should_panic` test)
56

67
use std::path::Path;

0 commit comments

Comments
 (0)