File: ann_multiline.toml

package info (click to toggle)
rust-annotate-snippets 0.11.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 524 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 459 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[message]
level = "Error"
id = "E0027"
title = "pattern does not mention fields `lineno`, `content`"

[[message.snippets]]
source = """
                        if let DisplayLine::Source {
                            ref mut inline_marks,
                        } = body[body_idx]
"""
line_start = 139
origin = "src/display_list.rs"
fold = false
[[message.snippets.annotations]]
label = "missing fields `lineno`, `content`"
level = "Error"
range = [31, 128]