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 @@ -1176,14 +1176,14 @@ This is written mainly to be used as `end-of-defun-function' for Rust."
1176
1176
" \\ (?:[Ee]rror\\ |\\ ([Ww]arning\\ )\\ ):" )))
1177
1177
(cons re '(1 (2 . 4 ) (3 . 5 ) (6 )))))
1178
1178
" Specifications for matching errors in rustc invocations.
1179
- See `compilation-error-regexp-alist for help on their format." )
1179
+ See `compilation-error-regexp-alist' for help on their format." )
1180
1180
1181
1181
; ; Match test run failures and panics during compilation as
1182
1182
; ; compilation warnings
1183
1183
(defvar cargo-compilation-regexps
1184
1184
'(" ^\\ s-+thread '[^']+' panicked at \\ ('[^']+', \\ ([^:]+\\ ):\\ ([0-9]+\\ )\\ )" 2 3 nil nil 1 )
1185
1185
" Specifications for matching panics in cargo test invocations.
1186
- See `compilation-error-regexp-alist for help on their format." )
1186
+ See `compilation-error-regexp-alist' for help on their format." )
1187
1187
1188
1188
(eval-after-load 'compile
1189
1189
'(progn
You can’t perform that action at this time.
0 commit comments