asterinas/.vscode/settings.json

10 lines
304 B
JSON
Raw Normal View History

2023-03-09 03:59:41 +00:00
{
2023-03-29 07:42:49 +00:00
"rust-analyzer.check.allTargets": false,
"rust-analyzer.cargo.target": "x86_64-custom.json",
"rust-analyzer.check.extraArgs": [
"--target",
"x86_64-custom.json",
"-Zbuild-std=core,alloc,compiler_builtins",
"-Zbuild-std-features=compiler-builtins-mem"
]
2023-03-09 03:59:41 +00:00
}