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

Can't parse debug=1 in cargo.toml #1

Open
ChrisJefferson opened this issue Mar 12, 2021 · 2 comments
Open

Can't parse debug=1 in cargo.toml #1

ChrisJefferson opened this issue Mar 12, 2021 · 2 comments

Comments

@ChrisJefferson
Copy link

My cargo.toml contains the following, which causes cargo-debug to break

[profile.release]
debug = 1

(this is OK according to the docs: https://doc.rust-lang.org/cargo/reference/profiles.html#debug)

@bluebear94
Copy link

It can't parse lto = thin either (this is also OK).

@ryankurte
Copy link
Collaborator

huh, the metadata parsing is just directly from cargo-toml2, hopefully it'd be fixed by just updating this

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

3 participants