]> git.proxmox.com Git - rustc.git/blob - vendor/annotate-snippets/tests/fixtures/no-color/multiline_annotation2.toml
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / annotate-snippets / tests / fixtures / no-color / multiline_annotation2.toml
1 [[slices]]
2 source = """
3 if let DisplayLine::Source {
4 ref mut inline_marks,
5 } = body[body_idx]
6 """
7 line_start = 139
8 origin = "src/display_list.rs"
9 fold = false
10 [[slices.annotations]]
11 label = "missing fields `lineno`, `content`"
12 annotation_type = "Error"
13 range = [31, 128]
14
15 [title]
16 label = "pattern does not mention fields `lineno`, `content`"
17 id = "E0027"
18 annotation_type = "Error"