We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @fbernier,
I just encountered an issue with parsing another file.
The error is: parse error on value "cfg(target_os = "macos")" (STRING_LITERAL)
You can find a sample file here: https://raw.githubusercontent.com/sfackler/rust-native-tls/master/Cargo.toml
Do you think it's easy to fix?
Thanks, Stan
The text was updated successfully, but these errors were encountered:
Unfortunately that looks like something specific to Cargo to me (rust-lang/cargo#2328) and not part of the TOML spec. See http://doc.crates.io/specifying-dependencies.html#platform-specific-dependencies.
If it's really a bug I'll be glad to fix it.
Sorry, something went wrong.
Yeah, you are most probably right.
Anyway, thanks for responding so promptly!
In this case, maybe we should close this issue?
Yes thanks for understanding. Cheers.
No branches or pull requests
Hi @fbernier,
I just encountered an issue with parsing another file.
The error is:
parse error on value "cfg(target_os = "macos")" (STRING_LITERAL)
You can find a sample file here:
https://raw.githubusercontent.com/sfackler/rust-native-tls/master/Cargo.toml
Do you think it's easy to fix?
Thanks,
Stan
The text was updated successfully, but these errors were encountered: