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