Skip to content

Commit 4b482bc

Browse files
committed
Add --keep-going to the check command
1 parent fafacf3 commit 4b482bc

File tree

1 file changed

+2
-0
lines changed
  • src/tools/rust-analyzer/crates/flycheck/src

1 file changed

+2
-0
lines changed

src/tools/rust-analyzer/crates/flycheck/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,8 @@ impl FlycheckActor {
426426
}
427427
}
428428

429+
cmd.arg("--keep-going");
430+
429431
options.apply_on_command(&mut cmd);
430432
(cmd, options.extra_args.clone())
431433
}

0 commit comments

Comments
 (0)