summaryrefslogtreecommitdiffstats
path: root/vendor/toml_edit/tests/fixtures/invalid/inline-table/duplicate-key-4.stderr
blob: 7b86044812f26e4ffd64f32f5b37bd8979b3789b (plain)
1
2
3
4
5
TOML parse error at line 1, column 8
  |
1 | tbl = { a.b = "a_b", a.b.c = "a_b_c" }
  |        ^
dotted key `a.b` attempted to extend non-table type (string)