aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/no-color/strip_line_non_ws.toml
blob: 5129f5ce7070eff3243ad154417b7b31892a95c7 (plain)
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
[title]
id = "E0308"
label = "mismatched types"
annotation_type = "Error"

[[slices]]
source = "    let _: () = (); let _: () = (); let _: () = (); let _: () = (); let _: () = (); let _: () = (); let _: () = (); let _: () = (); let _: () = (); let _: () = (); let _: () = (); let _: () = (); let _: () = (); let _: () = (); let _: () = 42; let _: () = (); let _: () = (); let _: () = (); let _: () = (); let _: () = (); let _: () = (); let _: () = (); let _: () = ();"
line_start = 4
origin = "$DIR/non-whitespace-trimming.rs"

[[slices.annotations]]
label = "expected (), found integer"
annotation_type = "Error"
range = [240, 242]

[opt]
color = false
anonymized_line_numbers = true
[opt.margin]
whitespace_left = 4
span_left = 240
span_right = 242
label_right = 271
column_width = 140
max_line_len = 371