mirror of
https://github.com/actions-rs/cargo.git
synced 2025-08-14 12:45:12 +00:00
Merge fd2aa4a2d13bccd68d6b69d17405217879533b38 into 9e120dd99b0fbad1c065f686657e914e76bd7b72
This commit is contained in:
commit
de8d9ef62c
@ -1,7 +1,7 @@
|
||||
{
|
||||
"problemMatcher": [
|
||||
{
|
||||
"owner": "rust",
|
||||
"owner": "rust-diagnostic",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^(warning|warn|error)(\\[(.*)\\])?: (.*)$",
|
||||
@ -16,6 +16,27 @@
|
||||
"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…
x
Reference in New Issue
Block a user