We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07bb13 commit a70813eCopy full SHA for a70813e
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