We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1fa47 commit 7c7cc12Copy full SHA for 7c7cc12
src/ci/github-actions/problem_matchers.json
@@ -10,6 +10,46 @@
10
"message": 3
11
}
12
]
13
+ },
14
+ {
15
+ "owner": "cargo-common",
16
+ "pattern": [
17
18
+ "regexp": "^(warning|warn|error)(\\[(\\S*)\\])?: (.*)$",
19
+ "severity": 1,
20
+ "message": 4,
21
+ "code": 3
22
23
24
+ "regexp": "^\\s+-->\\s(\\S+):(\\d+):(\\d+)$",
25
+ "file": 1,
26
+ "line": 2,
27
+ "column": 3
28
+ }
29
+ ]
30
31
32
+ "owner": "cargo-test",
33
34
35
+ "regexp": "^.*panicked\\s+at\\s+'(.*)',\\s+(.*):(\\d+):(\\d+)$",
36
+ "message": 1,
37
+ "file": 2,
38
+ "line": 3,
39
+ "column": 4
40
41
42
43
44
+ "owner": "cargo-fmt",
45
46
47
+ "regexp": "^(Diff in (\\S+)) at line (\\d+):",
48
49
50
+ "line": 3
51
52
53
54
55
0 commit comments