File: fold_leading.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 (26 lines) | stat: -rw-r--r-- 395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[message]
level = "Error"
id = "E0308"
title = "invalid type: integer `20`, expected a bool"

[[message.snippets]]
source = """
[workspace]

[package]
name = "hello"
version = "1.0.0"
license = "MIT"
rust-version = "1.70"
edition = "2021"

[lints]
workspace = 20
"""
line_start = 1
origin = "Cargo.toml"
fold = true
[[message.snippets.annotations]]
label = ""
level = "Error"
range = [132, 134]