mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Pass flycheck extra args when running build scripts
This commit is contained in:
parent
70e10deee8
commit
cfc9d5cd3b
3 changed files with 4 additions and 0 deletions
|
@ -105,6 +105,8 @@ pub struct CargoConfig {
|
|||
pub wrap_rustc_in_build_scripts: bool,
|
||||
/// The command to run instead of `cargo check` for building build scripts.
|
||||
pub run_build_script_command: Option<Vec<String>>,
|
||||
/// Extra args to pass to the cargo command.
|
||||
pub extra_args: Vec<String>,
|
||||
/// Extra env vars to set when invoking the cargo command
|
||||
pub extra_env: FxHashMap<String, String>,
|
||||
pub invocation_strategy: InvocationStrategy,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue