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
debug=1
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)
The text was updated successfully, but these errors were encountered:
It can't parse lto = thin either (this is also OK).
lto = thin
Sorry, something went wrong.
huh, the metadata parsing is just directly from cargo-toml2, hopefully it'd be fixed by just updating this
cargo-toml2
No branches or pull requests
My cargo.toml contains the following, which causes cargo-debug to break
(this is OK according to the docs: https://doc.rust-lang.org/cargo/reference/profiles.html#debug)
The text was updated successfully, but these errors were encountered: