aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/no-color/issue_52.toml
blob: 8d54613f98443c07a51c8618bd32d43ef1052e54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[title]
annotation_type = "Error"

[[slices]]
source = """


invalid syntax
"""
line_start = 1
origin = "path/to/error.rs"
fold = true
[[slices.annotations]]
label = "error here"
annotation_type = "Warning"
range = [2,16]