Skip to content

Commit

Permalink
Disable scrape_examples_complex_reverse_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Aug 2, 2022
1 parent 3ccf7dc commit 52e6f22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testsuite/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2421,6 +2421,10 @@ fn scrape_examples_avoid_build_script_cycle() {
}

#[cargo_test(nightly, reason = "rustdoc scrape examples flags are unstable")]
// FIXME: This test is broken with latest nightly.
// 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.
#[ignore]
fn scrape_examples_complex_reverse_dependencies() {
let p = project()
.file(
Expand Down

0 comments on commit 52e6f22

Please sign in to comment.