pub fn parse_rustc_json(stderr: &str) -> Vec<RustcDiagnostic>Expand description
Parse rustc stderr output from cargo build --message-format=json.
pub fn parse_rustc_json(stderr: &str) -> Vec<RustcDiagnostic>Parse rustc stderr output from cargo build --message-format=json.