summaryrefslogtreecommitdiffstats
path: root/vendor/annotate-snippets-0.8.0/tests/fixtures/no-color/multiline_annotation2.toml
blob: 6ec0b1fe81cdf13b7e72338e4cea7536348c6fda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[slices]]
source = """
                        if let DisplayLine::Source {
                            ref mut inline_marks,
                        } = body[body_idx]
"""
line_start = 139
origin = "src/display_list.rs"
fold = false
[[slices.annotations]]
label = "missing fields `lineno`, `content`"
annotation_type = "Error"
range = [31, 127]

[title]
label = "pattern does not mention fields `lineno`, `content`"
id = "E0027"
annotation_type = "Error"