Feature Request: Detect no_std
per-crate and ignore check.allTargets
#14205
Labels
A-cargo
cargo related issues
A-flycheck
issues with flycheck a.k.a. "check on save"
A-no_std
issues related to no_std handling
C-feature
Category: feature request
If possible, the option for RA to detect that a crate* is
no_std
and disablecheck.allTargets
, to seamlessly prevent issues like #2142 once and for all, where you can either have RA checking tests where it makes sense, or you can stop bogus errors inno_std
crates, but not both.*specifically, in my case, I have a VSCode workspace with various cargo crates/workspaces, some
no_std
, some not, with per-folder.cargo/config.toml
setting targets.Alternatively, another option would be do detect
no_std
and use a new option,checkOnSave.extraNoStdArgs
, for something like as a (manual) solution. Or both?The text was updated successfully, but these errors were encountered: