diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2021-09-24 20:28:47 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2021-09-24 20:28:47 +0300 |
| commit | 8f035b87e0a839fbca853514287028569808d50f (patch) | |
| tree | 9560fdf2be724cad3326539291d03ac22ecec238 /src/test/rustdoc/macro-document-private-duplicate.rs | |
| parent | ab834e5ea912a03c09b0b8c3e7a111e30ac47952 (diff) | |
| download | rust-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.rs | 2 |
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. |
