From 85601f50f236686da662b1b00e01df0a0abe761b Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Wed, 22 Jul 2026 11:10:34 +0200 Subject: Update markdown-mode, rust-mode and yaml-mode. Remove unused snippets --- .emacs.d/lisp/rust-compile.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.emacs.d/lisp/rust-compile.el') diff --git a/.emacs.d/lisp/rust-compile.el b/.emacs.d/lisp/rust-compile.el index cbdf43a..87b8c57 100644 --- a/.emacs.d/lisp/rust-compile.el +++ b/.emacs.d/lisp/rust-compile.el @@ -41,9 +41,10 @@ See `compilation-error-regexp-alist' for help on their format.") See `compilation-error-regexp-alist' for help on their format.") (defvar rustc-panics-compilation-regexps - (let ((re (concat "thread '[^']+' panicked at " rustc-compilation-location))) - (cons re '(2 3 4 nil 1))) - "Specifications for matching panics in rustc invocations. + (let ((re (concat "thread '[^']+'\\(?: ([0-9]+)\\)? panicked at " + rustc-compilation-location))) + (cons re '(2 3 4 nil 1))) + "Specifications for matching panics in rustc invocations. See `compilation-error-regexp-alist' for help on their format.") ;; Match test run failures and panics during compilation as -- cgit v1.3