aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-04-21 22:56:54 +0100
committerGitHub <[email protected]>2021-04-21 22:56:54 +0100
commit32491c09787fa3b386d067f0ce95d744c1480e0b (patch)
treeb34adf250a8f7b43b7bfc2ecda2fb1f8f5614917 /Cargo.lock
parentb21701c5ee77f30d3d5f2e69980c6d03618390d6 (diff)
parentb3a7953cae4f14f74934cc64ba7ccf7b3eb6cd08 (diff)
Merge #8570
8570: Flycheck tries to parse both Cargo and Rustc messages. r=rickvanprim a=rickvanprim This change allows non-Cargo build systems to be used for Flycheck provided they call `rustc` with `--error-format=json` and emit those JSON messages to `stdout`. Co-authored-by: James Leitch <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3a6df4f48..98141f5cd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -396,6 +396,7 @@ dependencies = [
396 "crossbeam-channel", 396 "crossbeam-channel",
397 "jod-thread", 397 "jod-thread",
398 "log", 398 "log",
399 "serde",
399 "serde_json", 400 "serde_json",
400 "stdx", 401 "stdx",
401 "toolchain", 402 "toolchain",