We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08468b4 commit ad6ffe9Copy full SHA for ad6ffe9
tests/ui.rs
@@ -248,7 +248,8 @@ regexes! {
248
// erase alloc ids
249
"alloc[0-9]+" => "ALLOC",
250
// erase thread ids
251
- r"unnamed-[0-9]+" => "unnamed-ID",
+ r"unnamed-[0-9]+" => "unnamed-ID",
252
+ r"thread '(?P<name>.*?)' \(\d+\) panicked" => "thread '$name' ($$TID) panicked",
253
// erase borrow tags
254
"<[0-9]+>" => "<TAG>",
255
"<[0-9]+=" => "<TAG=",
0 commit comments