about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/parser-separators.js
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-12-27 13:51:54 +0000
committerbors <bors@rust-lang.org>2023-12-27 13:51:54 +0000
commit3ab166637046ab254b11b13ff9108d86b6ed5703 (patch)
treed25fd5dade90719ac1aa3b7e118b030307d583e3 /tests/rustdoc-js-std/parser-separators.js
parent85fb463fc586594925f05fc8e285b1568f98f41a (diff)
parent054272381d02fadd6f1eead29369c5c88814d193 (diff)
downloadrust-3ab166637046ab254b11b13ff9108d86b6ed5703.tar.gz
rust-3ab166637046ab254b11b13ff9108d86b6ed5703.zip
Auto merge of #16096 - LuisFerLCC:master, r=lnicola
fix: update VSCode rust-panic problem matcher

Corrected the `rust-panic` task problem matcher for the VSCode Extension to match the new panic message pattern.

From:
```
thread 'main' panicked at 'PANIC_MESSAGE', src/main.rs:L:C
```
To:
```
thread 'main' panicked at src/main.rs:L:C:
PANIC_MESSAGE
```
Diffstat (limited to 'tests/rustdoc-js-std/parser-separators.js')
0 files changed, 0 insertions, 0 deletions