Skip to content

Commit 5b0c565

Browse files
committed
Don't include the ', in compilation highlighting
It's more distracting than helpful.
1 parent aad506d commit 5b0c565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust-compile.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ See `compilation-error-regexp-alist' for help on their format.")
3737
;; Match test run failures and panics during compilation as
3838
;; compilation warnings
3939
(defvar cargo-compilation-regexps
40-
'("', \\([^:]+\\):\\([0-9]+\\)"
41-
1 2 nil nil 0)
40+
'("', \\(\\([^:]+\\):\\([0-9]+\\)\\)"
41+
2 3 nil nil 1)
4242
"Specifications for matching panics in cargo test invocations.
4343
See `compilation-error-regexp-alist' for help on their format.")
4444

0 commit comments

Comments
 (0)