mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-29 23:44:08 +00:00
Actually parse stdout json, instead of using hacky contains logic. Fixes up the test added in #128963, to actually parse the stdout to JSON, instead of just checking that it contains `{"`. CC ``@GuillaumeGomez`` r? ``@jieyouxu``