aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/no-color/strip_line.toml
blob: 76d9519bd99de0d51aaba227c994e89ed7ad4a00 (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 _: () = 42;"
line_start = 4
origin = "$DIR/whitespace-trimming.rs"

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

[opt]
color = false
anonymized_line_numbers = true
[opt.margin]
whitespace_left = 180
span_left = 192
span_right = 194
label_right = 221
column_width = 140
max_line_len = 195