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
This is a regression compared to toml-rs as found by cargo's tests
---- bad_config::malformed_override stdout ---- running `/home/epage/src/personal/cargo/target/debug/cargo build` thread 'bad_config::malformed_override' panicked at ' test failed running `/home/epage/src/personal/cargo/target/debug/cargo build` error: stderr did not match: 1 1 error: failed to parse manifest at `[..]` 2 2 3 3 Caused by: 4 4 could not parse input as TOML 5 5 6 6 Caused by: 7 - expected a table key, found a newline at line 8 column 27 7 + TOML parse error at line 8, column 27 8 + | 9 + 8 | native = { 10 + | ^ 11 + Unexpected ` 12 + `
The text was updated successfully, but these errors were encountered:
test(invalid): Mirror cargo test
6979cd0
This is for toml-rs#257 and toml-rs#259
fix(error): Tell user key is missing
a535ef1
Fixes toml-rs#257
dd089ea
This is for #257 and #259
f88cd78
No branches or pull requests
This is a regression compared to toml-rs as found by cargo's tests
The text was updated successfully, but these errors were encountered: