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.
2 parents f73f321 + d2e57a9 commit 5cfb919Copy full SHA for 5cfb919
rust-mode.el
@@ -1428,7 +1428,7 @@ See `compilation-error-regexp-alist' for help on their format.")
1428
(let ((start-of-error
1429
(save-excursion
1430
(beginning-of-line)
1431
- (while (not (looking-at "^[a-z]+:"))
+ (while (not (looking-at "^[a-z]+:\\|^[a-z]+\\[E[0-9]+\\]:"))
1432
(forward-line -1))
1433
(point))))
1434
(set-window-start (selected-window) start-of-error))))))
0 commit comments