about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/profiling/tests.rs
AgeCommit message (Collapse)AuthorLines
2023-04-16Don't use `serde_json` to serialize a simple JSON objectNilstrieb-0/+19
This avoids `rustc_data_structures` depending on `serde_json` which allows it to be compiled much earlier, unlocking most of rustc.