Skip to content

Commit a70813e

Browse files
committed
Add warning to compare.py about error messages
1 parent d07bb13 commit a70813e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/rustdoc-json/compare.py

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
# and then create `yourtest.expected` by stripping unnecessary details from `yourtest.json`. If
88
# you're on windows, replace `\` with `/`.
99

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+
1013
import copy
1114
import sys
1215
import json

0 commit comments

Comments
 (0)