fix typo in rust-mode.el
This commit is contained in:
parent
604ab9477a
commit
1f13eab3c0
@ -229,7 +229,7 @@ The initializer is `DEFAULT-TAB-WIDTH'.")
|
|||||||
;; regexp (which is broken on a few edge cases), add our own 'rust
|
;; regexp (which is broken on a few edge cases), add our own 'rust
|
||||||
;; compilation error regexp and use it instead.
|
;; compilation error regexp and use it instead.
|
||||||
(defvar rustc-compilation-regexps
|
(defvar rustc-compilation-regexps
|
||||||
(let ((file "^\\([^\n]+\\)")
|
(let ((file "\\([^\n]+\\)")
|
||||||
(start-line "\\([0-9]+\\)")
|
(start-line "\\([0-9]+\\)")
|
||||||
(start-col "\\([0-9]+\\)")
|
(start-col "\\([0-9]+\\)")
|
||||||
(end-line "\\([0-9]+\\)")
|
(end-line "\\([0-9]+\\)")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user