]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #6081 - dtolnay:raw, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 24 Sep 2018 16:34:11 +0000 (16:34 +0000)
committerbors <bors@rust-lang.org>
Mon, 24 Sep 2018 16:34:11 +0000 (16:34 +0000)
Fix missing messages when --message-format=json is deeply nested

This commit switches from `serde_json::Value` to [`RawValue`](https://docs.rs/serde_json/1.0/serde_json/value/struct.RawValue.html), which can process arbitrarily deeply nested JSON content without recursion.

Fixes #5992. @ehuss


Trivial merge