We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustc --json CONFIG
1 parent 6e1bb2d commit c862283Copy full SHA for c862283
text/0000-cargo-report-future-incompat.md
@@ -584,6 +584,12 @@ I have not explicitly addressed nor seriously investigated this.
584
585
* Is using `--error-format=json` as the way to switch `rustc` into the future-incompatibility checking mode reasonable?
586
587
+ * An variant on the strategy:
588
+ we could use the `--json CONFIG` option to `rustrc` as a way for
589
+ `cargo` to opt into the feature.
590
+ This way, clients already using `--error-format=json`
591
+ would not need to know abot this change.
592
+
593
# Future possibilities
594
[future-possibilities]: #future-possibilities
595
0 commit comments