Skip to content

Commit a507a32

Browse files
committed
---
yaml --- r: 77265 b: refs/heads/snap-stage3 c: 0baa927 h: refs/heads/master i: 77263: 443a319 v: v3
1 parent b51e34a commit a507a32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: f1132496dddbdd88f321a7919eec3d65136b3f75
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 4fa09e08edb9be46985854555a4e878eb24f634b
4+
refs/heads/snap-stage3: 0baa92707aed3812a7464a891869a40ba4921cbb
55
refs/heads/try: ebfe63cd1c0b5d23f7ea60c69b4fde2e30cfd42a
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/etc/emacs/rust-mode.el

Lines changed: 1 addition & 1 deletion
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)