We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857a187 commit 52c99e6Copy full SHA for 52c99e6
tests/rustdoc-js-std/filter-macro-attr-derive.js
@@ -0,0 +1,9 @@
1
+// This test ensures that filtering on "macro" will also include attribute and derive
2
+// macros.
3
+
4
+const EXPECTED = {
5
+ 'query': 'macro:debug',
6
+ 'others': [
7
+ { 'path': 'std::fmt', 'name': 'Debug', 'href': '../std/fmt/derive.Debug.html' },
8
+ ],
9
+};
0 commit comments