Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected cfg condition value warning: vsda #48

Open
HomeDev68 opened this issue Sep 10, 2024 · 2 comments
Open

Unexpected cfg condition value warning: vsda #48

HomeDev68 opened this issue Sep 10, 2024 · 2 comments

Comments

@HomeDev68
Copy link

I encountered a warning related to an unexpected cfg condition value in the file src/tunnels/challenge.rs. The Rust compiler flagged the following:

warning: unexpected `cfg` condition value: `vsda`
 --> src/tunnels/challenge.rs:6:11
  |
6 | #[cfg(not(feature = "vsda"))]
  |           ^^^^^^^^^^^^^^^^
  |
  = note: expected values for `feature` are: `default` and `vscode-encrypt`
  = help: consider adding `vsda` as a feature in `Cargo.toml`
  = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Is vsda a needed feature or should it be removed?

@abhi12299
Copy link
Contributor

how did you encounter this error? any steps to reproduce it?

@HomeDev68
Copy link
Author

HomeDev68 commented Sep 10, 2024

Steps to Reproduce:
Run the project build (cargo build or cargo run) after cloning the repository.
The rust compiler issues the above warning.

Platform: Linux/amd64
Github Codespaces

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants