We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7092d commit 9d8897bCopy full SHA for 9d8897b
src/etc/emacs/rust-mode.el
@@ -229,7 +229,7 @@ The initializer is `DEFAULT-TAB-WIDTH'.")
229
;; regexp (which is broken on a few edge cases), add our own 'rust
230
;; compilation error regexp and use it instead.
231
(defvar rustc-compilation-regexps
232
- (let ((file "\\([^ \n]+\\)")
+ (let ((file "^\\([^\n]+\\)")
233
(start-line "\\([0-9]+\\)")
234
(start-col "\\([0-9]+\\)")
235
(end-line "\\([0-9]+\\)")
0 commit comments