Commit 47b878b
authored
fix(toml): Track dotted key for spans (#1118)
As this is just `toml`, this is for display purposes only and this can
help with visualizing issues, see rust-lang/cargo#1660027 files changed
Lines changed: 1083 additions & 288 deletions
File tree
- crates
- toml_edit/tests/serde
- toml
- src/de/parser
- tests
- serde
- snapshots/invalid
- array
- ext/table
- inline-table
- key
- spec-1.1.0
- table
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| 96 | + | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
| |||
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
111 | | - | |
112 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
113 | 116 | | |
114 | 117 | | |
115 | 118 | | |
| |||
0 commit comments