File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -751,14 +751,14 @@ This is written mainly to be used as `end-of-defun-function' for Rust."
751
751
" \\ (?:[Ee]rror\\ |\\ ([Ww]arning\\ )\\ ):" )))
752
752
(cons re '(1 (2 . 4 ) (3 . 5 ) (6 )))))
753
753
" Specifications for matching errors in rustc invocations.
754
- See `compilation-error-regexp-alist for help on their format." )
754
+ See `compilation-error-regexp-alist' for help on their format." )
755
755
756
756
; ; Match test run failures and panics during compilation as
757
757
; ; compilation warnings
758
758
(defvar cargo-compilation-regexps
759
759
'(" ^\\ s-+thread '[^']+' panicked at \\ ('[^']+', \\ ([^:]+\\ ):\\ ([0-9]+\\ )\\ )" 2 3 nil nil 1 )
760
760
" Specifications for matching panics in cargo test invocations.
761
- See `compilation-error-regexp-alist for help on their format." )
761
+ See `compilation-error-regexp-alist' for help on their format." )
762
762
763
763
(eval-after-load 'compile
764
764
'(progn
You can’t perform that action at this time.
0 commit comments