styx-tree 4.0.0

High-level syntax tree for the Styx configuration language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
source: crates/styx-tree/src/diagnostic.rs
expression: stripped
---
Error: duplicate key
   ╭─[ test.styx:2:1 ]
   │
 1 │ a 1
   │ ┬  
   │ ╰── first defined here
 2 │ a 2
   │ ┬  
   │ ╰── duplicate key
   │ 
   │ Help: each key must appear only once in an object
───╯