summaryrefslogtreecommitdiffstats
path: root/vendor/toml_edit/tests/fixtures/invalid/table/append-with-dotted-keys-1.stderr
blob: 54ee50e1d376174588b4ab73e4335bad007747a7 (plain)
1
2
3
4
5
TOML parse error at line 17, column 3
   |
17 |   b.c.t = "Using dotted keys to add to [a.b.c] after explicitly defining it above is not allowed"
   |   ^
duplicate key `c`