styx-tree 3.0.1

High-level syntax tree for the Styx configuration language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: crates/styx-tree/src/diagnostic.rs
assertion_line: 290
expression: stripped
---
Error: unclosed object
   ╭─[ test.styx:1:8 ]
   │
 1 │ server {
   │        ┬  
   │        ╰── object opened here
   │ 
   │ Help: add a closing '}'
───╯