mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 21:13:37 +00:00
Formatting
This commit is contained in:
parent
7251b86cb4
commit
054272381d
1 changed files with 11 additions and 11 deletions
|
@ -1689,17 +1689,17 @@
|
|||
{
|
||||
"name": "rust-panic",
|
||||
"patterns": [
|
||||
{
|
||||
"regexp": "^thread '.*' panicked at (.*):(\\d*):(\\d*):$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"column": 3
|
||||
},
|
||||
{
|
||||
"regexp": "(.*)",
|
||||
"message": 1
|
||||
}
|
||||
]
|
||||
{
|
||||
"regexp": "^thread '.*' panicked at (.*):(\\d*):(\\d*):$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"column": 3
|
||||
},
|
||||
{
|
||||
"regexp": "(.*)",
|
||||
"message": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"languages": [
|
||||
|
|
Loading…
Reference in a new issue