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
}
Cargo has a test case with a multi-line inline table. The error message is
TOML parse error at line 8, column 27 | 8 | native = { | ^ Unexpected ` ` Expected `key`
A } is also expected.
See rust-lang/cargo#10086
The text was updated successfully, but these errors were encountered:
Related case: have some key-value pairs before the line line
Sorry, something went wrong.
test(edit): Check specific parse errors
831106e
Fixes toml-rs#296
Successfully merging a pull request may close this issue.
Cargo has a test case with a multi-line inline table. The error message is
A
}
is also expected.See rust-lang/cargo#10086
The text was updated successfully, but these errors were encountered: