@@ -3694,6 +3694,7 @@ let b = 1;"
3694
3694
(insert " ::: file5.rs:12:34\n\n " )
3695
3695
(insert " thread 'main' panicked at src/file7.rs:12:34:\n\n " )
3696
3696
(insert " [src/file8.rs:159:5] symbol_value(SOME_VAR) = Some(\n\n " )
3697
+ (insert " at file9.rs:12:34\n\n " )
3697
3698
; ; should not match
3698
3699
(insert " werror found a -> b\n --> no_match.rs:12:34\n\n " )
3699
3700
(insert " error[E0061]: this function takes 1 parameter but 2 parameters were supplied\n --> file6.rs:132:34
@@ -3714,13 +3715,15 @@ let b = 1;"
3714
3715
((like-previous-one " 82" back-to-indentation compilation-info " 82" )
3715
3716
(like-previous-one " 132" back-to-indentation compilation-info " 132" ))
3716
3717
((" src/file7.rs" " 12" " 34" nil " src/file7.rs:12:34" ))
3717
- ((" src/file8.rs" " 159" " 5" compilation-info " src/file8.rs:159:5" )))
3718
+ ((" src/file8.rs" " 159" " 5" compilation-info " src/file8.rs:159:5" ))
3719
+ ((" file9.rs" " 12" " 34" compilation-info " file9.rs:12:34" )))
3718
3720
(mapcar #'rust-collect-matches
3719
3721
(list rustc-compilation-regexps
3720
3722
rustc-colon-compilation-regexps
3721
3723
rustc-refs-compilation-regexps
3722
3724
rustc-panics-compilation-regexps
3723
- rustc-dbg!-compilation-regexps))))))
3725
+ rustc-dbg!-compilation-regexps
3726
+ rustc-backtrace-compilation-regexps))))))
3724
3727
3725
3728
; ; If electric-pair-mode is available, load it and run the tests that use it. If not,
3726
3729
; ; no error--the tests will be skipped.
0 commit comments