summaryrefslogtreecommitdiffstats
path: root/vendor/annotate-snippets-0.8.0/tests/fixtures/no-color/simple.toml
blob: 6c38674ac15167ae3811adb0fe07a06c148654ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[slices]]
source = """
        })

        for line in &self.body {"""
line_start = 169
origin = "src/format_color.rs"
[[slices.annotations]]
label = "unexpected token"
annotation_type = "Error"
range = [20, 23]
[[slices.annotations]]
label = "expected one of `.`, `;`, `?`, or an operator here"
annotation_type = "Warning"
range = [10, 11]
[title]
label = "expected one of `.`, `;`, `?`, or an operator, found `for`"
annotation_type = "Error"