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
As discussed in [1], raising errors in `flycheck-rust-setup` in
combination with `global-flycheck-mode` will leave Emacs in an unusable
state.
The previous commit added a guard for catching errors when the cargo
executable wasn't found, but other errors could still happen (wrong
argument types, or through `json-read`).
To make sure no errors are raised, this commit wraps the body of
`flycheck-rust-setup` in `with-demoted-errors`.
[1]: #40 (comment)
0 commit comments