@@ -262,6 +262,34 @@ OPTIONS
262
262
May also be specified with the term.color config value
263
263
<https://doc.rust-lang.org/cargo/reference/config.html>.
264
264
265
+ --message-format fmt
266
+ The output format for diagnostic messages. Can be specified multiple
267
+ times and consists of comma-separated values. Valid values:
268
+
269
+ o human (default): Display in a human-readable text format.
270
+ Conflicts with short and json.
271
+
272
+ o short: Emit shorter, human-readable text messages. Conflicts with
273
+ human and json.
274
+
275
+ o json: Emit JSON messages to stdout. See the reference
276
+ <https://doc.rust-lang.org/cargo/reference/external-tools.html#json-messages>
277
+ for more details. Conflicts with human and short.
278
+
279
+ o json-diagnostic-short: Ensure the rendered field of JSON messages
280
+ contains the "short" rendering from rustc. Cannot be used with
281
+ human or short.
282
+
283
+ o json-diagnostic-rendered-ansi: Ensure the rendered field of JSON
284
+ messages contains embedded ANSI color codes for respecting
285
+ rustc's default color scheme. Cannot be used with human or short.
286
+
287
+ o json-render-diagnostics: Instruct Cargo to not include rustc
288
+ diagnostics in in JSON messages printed, but instead Cargo itself
289
+ should render the JSON diagnostics coming from rustc. Cargo's own
290
+ JSON diagnostics and others coming from rustc are still emitted.
291
+ Cannot be used with human or short.
292
+
265
293
Common Options
266
294
+toolchain
267
295
If Cargo has been installed with rustup, and the first argument to
0 commit comments