mirror of
https://github.com/actions-rs/cargo.git
synced 2025-09-07 08:41:57 +03:00
Merge fd2aa4a2d1
into 9e120dd99b
This commit is contained in:
commit
de8d9ef62c
1 changed files with 22 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
{
|
{
|
||||||
"owner": "rust",
|
"owner": "rust-diagnostic",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
{
|
{
|
||||||
"regexp": "^(warning|warn|error)(\\[(.*)\\])?: (.*)$",
|
"regexp": "^(warning|warn|error)(\\[(.*)\\])?: (.*)$",
|
||||||
|
@ -16,6 +16,27 @@
|
||||||
"column": 4
|
"column": 4
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"owner": "rust-panic",
|
||||||
|
"pattern": [
|
||||||
|
{
|
||||||
|
"regexp": "^(thread\\s+'[^']+'\\s+panicked\\s+at\\s+'[^']+(?:'|$))(?:,\\s+([^/\\\\][^:]+):(\\d+):(\\d+))?",
|
||||||
|
"file": 2,
|
||||||
|
"line": 3,
|
||||||
|
"column": 4,
|
||||||
|
"message": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"owner": "rust-test-failure",
|
||||||
|
"pattern": [
|
||||||
|
{
|
||||||
|
"regexp": "^(test\\s+\\w+\\s+\\.{3}\\s+FAILED)",
|
||||||
|
"message": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue