Add `zcash_unstable` to `RUSTFLAGS` for VS Code

Necessary for the `--all-features` to work, allowing all code to be
compiled by `rust-analyzer`.
This commit is contained in:
Jack Grigg 2024-01-26 19:52:58 +00:00
parent fb081c8971
commit 17ce9302a2
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
{
"rust-analyzer.cargo.extraEnv": {
"RUSTFLAGS": "--cfg zcash_unstable=\"orchard\""
},
"rust-analyzer.cargo.features": "all"
}