summaryrefslogtreecommitdiffstats
path: root/vendor/toml_edit/tests/fixtures/invalid/table/redefine-2.stderr
blob: 43bbb56c4913480248e64b83a2efc9292fb7a705 (plain)
1
2
3
4
5
6
TOML parse error at line 3, column 1
  |
3 | [t1.t2]
  | ^
invalid table header
duplicate key `t2` in table `t1`