Files
bun-src/.github/rust-matcher.json
2026-08-27 21:09:14 +00:00

21 lines
363 B
JSON

{
"problemMatcher": [
{
"owner": "rust",
"pattern": [
{
"regexp": "^(error|warning)(\\[E\\d+\\])?: (.+)$",
"severity": 1,
"message": 3
},
{
"regexp": "^\\s+-->\\s+(\\S+):(\\d+):(\\d+)$",
"file": 1,
"line": 2,
"column": 3
}
]
}
]
}