From e8d92919cfa64b42eb07cce8c49b714419984218 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 2 Aug 2022 06:42:36 -0700 Subject: [PATCH] Disable scrape_examples_complex_reverse_dependencies --- tests/testsuite/doc.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/testsuite/doc.rs b/tests/testsuite/doc.rs index 36226365a33..06d08a48c3b 100644 --- a/tests/testsuite/doc.rs +++ b/tests/testsuite/doc.rs @@ -2420,7 +2420,12 @@ fn scrape_examples_avoid_build_script_cycle() { .run(); } -#[cargo_test(nightly, reason = "rustdoc scrape examples flags are unstable")] +// FIXME: This test is broken with latest nightly 2022-08-02. +// The example is calling a function from a proc-macro, but proc-macros don't +// export functions. It is not clear what this test is trying to exercise. +// #[cargo_test(nightly, reason = "rustdoc scrape examples flags are unstable")] +#[ignore] +#[cargo_test] fn scrape_examples_complex_reverse_dependencies() { let p = project() .file(