We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[E123]
1 parent 40c33fd commit d2e57a9Copy full SHA for d2e57a9
rust-mode.el
@@ -1413,7 +1413,7 @@ See `compilation-error-regexp-alist' for help on their format.")
1413
(let ((start-of-error
1414
(save-excursion
1415
(beginning-of-line)
1416
- (while (not (looking-at "^[a-z]+:"))
+ (while (not (looking-at "^[a-z]+:\\|^[a-z]+\\[E[0-9]+\\]:"))
1417
(forward-line -1))
1418
(point))))
1419
(set-window-start (selected-window) start-of-error))))))
0 commit comments