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
When doing a check-on-save build, RA will print a message in the status bar when a crate finished building. However, it prints only the crate name. When the check build checks all targets (including tests), this can be confusing as it means that the same crate is shown twice. I don't even know how often I went like "wait why did it build that crate twice?" before realizing that one of them must have been the test crate.
Would be nice if RA could follow cargo here and print something like crate_name (test) when referring to the test version of that crate.