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

Parse error on value "cfg(target_os = \"macos\")" (STRING_LITERAL) #7

Closed
StanBright opened this issue Aug 26, 2016 · 3 comments
Closed

Comments

@StanBright
Copy link

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

@fbernier
Copy link
Owner

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.

@StanBright
Copy link
Author

Yeah, you are most probably right.

Anyway, thanks for responding so promptly!

In this case, maybe we should close this issue?

@fbernier
Copy link
Owner

Yes thanks for understanding. Cheers.

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