1 2 3 4 5 6 7 8 9 10 11 12 13
--- source: crates/styx-tree/src/diagnostic.rs expression: stripped --- Error: mixed separators in object ╭─[ test.styx:3:6 ] │ 3 │ b 2 │ ┬ │ ╰── mixing commas and newlines │ │ Help: use either commas or newlines to separate entries, not both ───╯