Skip to content

Commit 8f035b8

Browse files
committed
Disable a spuriously failing test
1 parent ab834e5 commit 8f035b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/rustdoc/macro-document-private-duplicate.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// ignore-test (fails spuriously, see issue #89228)
2+
13
// FIXME: If two macros in the same module have the same name
24
// (yes, that's a thing), rustdoc lists both of them on the index page,
35
// but only documents the first one on the page for the macro.

0 commit comments

Comments
 (0)