Skip to content

Commit 52e6f22

Browse files
committed
Disable scrape_examples_complex_reverse_dependencies
1 parent 3ccf7dc commit 52e6f22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/testsuite/doc.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2421,6 +2421,10 @@ fn scrape_examples_avoid_build_script_cycle() {
24212421
}
24222422

24232423
#[cargo_test(nightly, reason = "rustdoc scrape examples flags are unstable")]
2424+
// FIXME: This test is broken with latest nightly.
2425+
// The example is calling a function from a proc-macro, but proc-macros don't
2426+
// export functions. It is not clear what this test is trying to exercise.
2427+
#[ignore]
24242428
fn scrape_examples_complex_reverse_dependencies() {
24252429
let p = project()
24262430
.file(

0 commit comments

Comments
 (0)