summaryrefslogtreecommitdiff
path: root/rust-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'rust-mode.el')
-rw-r--r--rust-mode.el2
1 files changed, 1 insertions, 1 deletions
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.")