Skip to content

Commit 07e16c6

Browse files
authored
Merge pull request #265 from brotzeit/infotype
make rustc-colon-compilation-regexps an info type
2 parents 42c98bb + 1275a19 commit 07e16c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@ See `compilation-error-regexp-alist' for help on their format.")
15901590
(start-col "\\([0-9]+\\)"))
15911591
(let ((re (concat "^ *::: " file ":" start-line ":" start-col ; ::: foo/bar.rs
15921592
)))
1593-
(cons re '(1 2 3))))
1593+
(cons re '(1 2 3 0)))) ;; 0 for info type
15941594
"Specifications for matching `:::` hints in rustc invocations.
15951595
See `compilation-error-regexp-alist' for help on their format.")
15961596

0 commit comments

Comments
 (0)