blob: 7b86044812f26e4ffd64f32f5b37bd8979b3789b [file] [log] [blame]
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)