Skip to content

Commit 0baa927

Browse files
committed
auto merge of #8789 : pnkfelix/rust/fsk-fix-typo-in-rust-mode.el, r=pnkfelix
Fix #6887. (or rather, a bug injected by my prior commit for fixing that bug.)
2 parents 4fa09e0 + 1f13eab commit 0baa927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/etc/emacs/rust-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ The initializer is `DEFAULT-TAB-WIDTH'.")
229229
;; regexp (which is broken on a few edge cases), add our own 'rust
230230
;; compilation error regexp and use it instead.
231231
(defvar rustc-compilation-regexps
232-
(let ((file "^\\([^\n]+\\)")
232+
(let ((file "\\([^\n]+\\)")
233233
(start-line "\\([0-9]+\\)")
234234
(start-col "\\([0-9]+\\)")
235235
(end-line "\\([0-9]+\\)")

0 commit comments

Comments
 (0)