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
I beleive it's intended, but we use RUSTFLAGS to provide --error-format=json to rustc to use JSON errors in a linter (issue AtomLinter/linter-rust#77), so whenever I switch between terminal and editor, cargo rebuilds the whole project, which can take a long time.
I've heard that JSON errors are to be in stable soon -- will there be some kind of cargo switch to avoid changing RUSTFLAGS to avoid the rebuilding of a project?
The text was updated successfully, but these errors were encountered:
I beleive it's intended, but we use RUSTFLAGS to provide
--error-format=json
to rustc to use JSON errors in a linter (issue AtomLinter/linter-rust#77), so whenever I switch between terminal and editor, cargo rebuilds the whole project, which can take a long time.I've heard that JSON errors are to be in stable soon -- will there be some kind of cargo switch to avoid changing RUSTFLAGS to avoid the rebuilding of a project?
The text was updated successfully, but these errors were encountered: