You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since trying to make rust-mode also parse this particular type of error seems a bit cumbersome, I think it may make sense to add a .dir-locals.el file that somebody can drop into their project.
The text was updated successfully, but these errors were encountered:
Here's my current workaround. I just need to figure out how to make this work locally only.
Of course, if it's not a problem for @rust-lang to add this to rust-mode then I won't have to consider this as an option.
Would you like to open a PR for this? While this should be fixed in Emacs, we're happy to provide a temporary workaround until this is fixed to improve user performance.
Absolutely!
I'm thinking that since there is no way to make compilation-error-regexp-alist-alist a local variable, then I'll have to edit the list itself.
Maybe this can just be somewhere in documentation. What do you think?
This is related to rust-lang/rust-mode#452.
I won't repost all the information from there.
Since trying to make rust-mode also parse this particular type of error seems a bit cumbersome, I think it may make sense to add a
.dir-locals.el
file that somebody can drop into their project.The text was updated successfully, but these errors were encountered: