Skip to content

Commit e8d9291

Browse files
committed
Disable scrape_examples_complex_reverse_dependencies
1 parent 3ccf7dc commit e8d9291

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/testsuite/doc.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2420,7 +2420,12 @@ fn scrape_examples_avoid_build_script_cycle() {
24202420
.run();
24212421
}
24222422

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

0 commit comments

Comments
 (0)