1
Fork 0
rust/compiler/rustc_serialize
Mark Rousskov 60b71f56e7 Remove support for JSON deserialization to Rust
This is no longer used by the compiler itself, and removing this support opens
the door to massively simplifying the Decodable/Decoder API by dropping the
self-describing deserialization support (necessary for JSON).
2022-02-20 18:58:21 -05:00
..
src Remove support for JSON deserialization to Rust 2022-02-20 18:58:21 -05:00
tests Remove support for JSON deserialization to Rust 2022-02-20 18:58:21 -05:00
Cargo.toml Use an indexmap to avoid sorting LocalDefIds 2022-01-22 22:34:16 -06:00