Disable a spuriously failing test

This commit is contained in:
Vadim Petrochenkov 2021-09-24 20:28:47 +03:00
parent ab834e5ea9
commit 8f035b87e0
1 changed files with 2 additions and 0 deletions

View File

@ -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.