I try to pass -Z namespaced-features
option not through console in my vscode project. Does anyone know if is it possible to do?
I'm using rust-analyser plugin with vscode. When I call Cargo: build
it runs without this option and fails with message: "prefix are only allowed on the nightly channel and requires the -Z namespaced-features
flag on the command-line".
I did not find an answer to my question in the documentation for the Cargo plugin and rust-analyser.