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 https://github.com/rust-lang/cargo/pull/10086