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

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

[nongnu] elpa/rust-mode 07e16c6 364/486: Merge pull request #265 from br


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 07e16c6 364/486: Merge pull request #265 from brotzeit/infotype
Date: Sat, 7 Aug 2021 09:25:53 -0400 (EDT)

branch: elpa/rust-mode
commit 07e16c6364bf0362f76c6aa46604453dec3ac640
Merge: 42c98bb 1275a19
Author: Niko Matsakis <niko@alum.mit.edu>
Commit: GitHub <noreply@github.com>

    Merge pull request #265 from brotzeit/infotype
    
    make rustc-colon-compilation-regexps an info type
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index 360943d..011f615 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -1590,7 +1590,7 @@ See `compilation-error-regexp-alist' for help on their 
format.")
         (start-col  "\\([0-9]+\\)"))
     (let ((re (concat "^ *::: " file ":" start-line ":" start-col ; ::: 
foo/bar.rs
                       )))
-      (cons re '(1 2 3))))
+      (cons re '(1 2 3 0)))) ;; 0 for info type
   "Specifications for matching `:::` hints in rustc invocations.
 See `compilation-error-regexp-alist' for help on their format.")
 



reply via email to

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