stm32 should now work
This commit is contained in:
9
stm32u5-blinky/.vscode/settings.json
vendored
Normal file
9
stm32u5-blinky/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
// override the default setting (`cargo check --all-targets`) which produces the following error
|
||||
// "can't find crate for `test`" when the default compilation target is a no_std target
|
||||
// with these changes RA will call `cargo check --bins` on save
|
||||
"rust-analyzer.check.allTargets": false,
|
||||
"rust-analyzer.check.extraArgs": [
|
||||
"--bins"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user