Skip to content

Commit 1275a19

Browse files
committed
make rustc-colon-compilation-regexps an info type
1 parent 42c98bb commit 1275a19

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)