We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1fa47 commit 13aa0dcCopy full SHA for 13aa0dc
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": "compiler-panic",
33
34
35
+ "regexp": "error: internal compiler error: (.*):(\\d+):(\\d+): (.*)$",
36
37
38
39
40
41
42
43
44
+ "owner": "cargo-fmt",
45
46
47
+ "regexp": "^(Diff in (\\S+)) at line (\\d+):",
48
+ "message": 1,
49
+ "file": 2,
50
+ "line": 3
51
52
53
54
55
0 commit comments