summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/cargo_add/invalid_manifest/stderr.log
blob: 3dabde3491e442d19abb402d6cb5c4d7e9f839a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error: failed to parse manifest at `[ROOT]/case/Cargo.toml`

Caused by:
  could not parse input as TOML

Caused by:
  TOML parse error at line 8, column 7
    |
  8 | key = invalid-value
    |       ^
  invalid string
  expected `"`, `'`