2023-03-09 03:59:41 +00:00
|
|
|
{
|
2024-02-21 08:58:40 +00:00
|
|
|
"rust-analyzer.cargo.target": "x86_64-unknown-none",
|
2024-08-13 12:19:00 +00:00
|
|
|
"rust-analyzer.check.extraEnv": {
|
|
|
|
|
"RUSTFLAGS": "--check-cfg cfg(ktest) --cfg ktest"
|
|
|
|
|
},
|
|
|
|
|
"rust-analyzer.check.overrideCommand": [
|
|
|
|
|
"cargo",
|
|
|
|
|
"check",
|
|
|
|
|
"--quiet",
|
|
|
|
|
"--message-format=json",
|
|
|
|
|
"--manifest-path",
|
|
|
|
|
"kernel/Cargo.toml",
|
2023-03-29 07:42:49 +00:00
|
|
|
"--target",
|
2024-02-21 08:58:40 +00:00
|
|
|
"x86_64-unknown-none",
|
2023-03-29 07:42:49 +00:00
|
|
|
"-Zbuild-std=core,alloc,compiler_builtins",
|
|
|
|
|
"-Zbuild-std-features=compiler-builtins-mem"
|
2023-05-08 03:13:49 +00:00
|
|
|
],
|
|
|
|
|
"rust-analyzer.showUnlinkedFileNotification": false
|
2023-03-09 03:59:41 +00:00
|
|
|
}
|