We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42c1b9 commit 31b17f5Copy full SHA for 31b17f5
src/test/rustdoc-json/compare.py
@@ -7,6 +7,9 @@
7
# and then create `yourtest.expected` by stripping unnecessary details from `yourtest.json`. If
8
# you're on windows, replace `\` with `/`.
9
10
+# WARNING: The error messages produced by this may be misleading, in the case of list re-ordering
11
+# it may point to apparently unrelated keys.
12
+
13
import copy
14
import sys
15
import json
0 commit comments