mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
4e7e2a52e2
rustdoc-json: Add test for field ordering. Inspired by [this on twitter](https://twitter.com/PredragGruevski/status/1647705616650043392), the ordering of fields really matters, so we should test we preserve it through json. r? rustdoc