We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42c98bb + 1275a19 commit 07e16c6Copy full SHA for 07e16c6
rust-mode.el
@@ -1590,7 +1590,7 @@ See `compilation-error-regexp-alist' for help on their format.")
1590
(start-col "\\([0-9]+\\)"))
1591
(let ((re (concat "^ *::: " file ":" start-line ":" start-col ; ::: foo/bar.rs
1592
)))
1593
- (cons re '(1 2 3))))
+ (cons re '(1 2 3 0)))) ;; 0 for info type
1594
"Specifications for matching `:::` hints in rustc invocations.
1595
See `compilation-error-regexp-alist' for help on their format.")
1596
0 commit comments