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 aad506d commit 5b0c565Copy full SHA for 5b0c565
rust-compile.el
@@ -37,8 +37,8 @@ See `compilation-error-regexp-alist' for help on their format.")
37
;; Match test run failures and panics during compilation as
38
;; compilation warnings
39
(defvar cargo-compilation-regexps
40
- '("', \\([^:]+\\):\\([0-9]+\\)"
41
- 1 2 nil nil 0)
+ '("', \\(\\([^:]+\\):\\([0-9]+\\)\\)"
+ 2 3 nil nil 1)
42
"Specifications for matching panics in cargo test invocations.
43
See `compilation-error-regexp-alist' for help on their format.")
44
0 commit comments