@@ -3600,6 +3600,7 @@ let b = 1;"
3600
3600
(insert " warning found a -> b\n --> file3.rs:12:34\n\n " )
3601
3601
(insert " note: `ZZZ` could also refer to the constant imported here -> b\n --> file4.rs:12:34\n\n " )
3602
3602
(insert " ::: file5.rs:12:34\n\n " )
3603
+ (insert " thread 'main' panicked at src/file7.rs:12:34:\n\n " )
3603
3604
; ; should not match
3604
3605
(insert " werror found a -> b\n --> no_match.rs:12:34\n\n " )
3605
3606
(insert " error[E0061]: this function takes 1 parameter but 2 parameters were supplied\n --> file6.rs:132:34
@@ -3618,11 +3619,13 @@ let b = 1;"
3618
3619
(" file6.rs" " 132" " 34" compilation-error " file6.rs:132:34" ))
3619
3620
((" file5.rs" " 12" " 34" compilation-info " file5.rs:12:34" ))
3620
3621
((like-previous-one " 82" back-to-indentation compilation-info " 82" )
3621
- (like-previous-one " 132" back-to-indentation compilation-info " 132" )))
3622
+ (like-previous-one " 132" back-to-indentation compilation-info " 132" ))
3623
+ ((" src/file7.rs" " 12" " 34" nil " src/file7.rs:12:34" )))
3622
3624
(mapcar #'rust-collect-matches
3623
3625
(list rustc-compilation-regexps
3624
3626
rustc-colon-compilation-regexps
3625
- rustc-refs-compilation-regexps))))))
3627
+ rustc-refs-compilation-regexps
3628
+ rustc-panics-compilation-regexps))))))
3626
3629
3627
3630
; ; If electric-pair-mode is available, load it and run the tests that use it. If not,
3628
3631
; ; no error--the tests will be skipped.
0 commit comments