emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode 9b8d218 3/3: Merge pull request #414 from Radica


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 9b8d218 3/3: Merge pull request #414 from RadicalZephyr/fix-cargo-compilation-regex
Date: Thu, 16 Dec 2021 16:58:13 -0500 (EST)

branch: elpa/rust-mode
commit 9b8d218d74269429c77b5f646ba2c2a2c66ff050
Merge: 01452f4 5b0c565
Author: brotzeit <brotzeitmacher@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #414 from RadicalZephyr/fix-cargo-compilation-regex
    
    Fix cargo compilation regex
---
 rust-compile.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-compile.el b/rust-compile.el
index 6c73901..78a53cf 100644
--- a/rust-compile.el
+++ b/rust-compile.el
@@ -37,7 +37,7 @@ See `compilation-error-regexp-alist' for help on their 
format.")
 ;; Match test run failures and panics during compilation as
 ;; compilation warnings
 (defvar cargo-compilation-regexps
-  '("^\\s-+thread '[^']+' panicked at \\('[^']+', \\([^:]+\\):\\([0-9]+\\)\\)"
+  '("', \\(\\([^:]+\\):\\([0-9]+\\)\\)"
     2 3 nil nil 1)
   "Specifications for matching panics in cargo test invocations.
 See `compilation-error-regexp-alist' for help on their format.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]