about summary refs log tree commit diff
path: root/src/test/rustdoc/macro-document-private-duplicate.rs
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2021-09-24 20:28:47 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2021-09-24 20:28:47 +0300
commit8f035b87e0a839fbca853514287028569808d50f (patch)
tree9560fdf2be724cad3326539291d03ac22ecec238 /src/test/rustdoc/macro-document-private-duplicate.rs
parentab834e5ea912a03c09b0b8c3e7a111e30ac47952 (diff)
downloadrust-8f035b87e0a839fbca853514287028569808d50f.tar.gz
rust-8f035b87e0a839fbca853514287028569808d50f.zip
Disable a spuriously failing test
Diffstat (limited to 'src/test/rustdoc/macro-document-private-duplicate.rs')
-rw-r--r--src/test/rustdoc/macro-document-private-duplicate.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/rustdoc/macro-document-private-duplicate.rs b/src/test/rustdoc/macro-document-private-duplicate.rs
index 460785ed979..7576c1326b8 100644
--- a/src/test/rustdoc/macro-document-private-duplicate.rs
+++ b/src/test/rustdoc/macro-document-private-duplicate.rs
@@ -1,3 +1,5 @@
+// ignore-test (fails spuriously, see issue #89228)
+
 // FIXME: If two macros in the same module have the same name
 // (yes, that's a thing), rustdoc lists both of them on the index page,
 // but only documents the first one on the page for the macro.