summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-json
AgeCommit message (Collapse)AuthorLines
2014-02-19rustdoc: Fix json output and inputAlex Crichton-0/+29
Turns out a hash map with integer keys isn't serializable to json. Closes #10115