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
In a situation in which a function returns a thiserror error enum and a new error type is used, it would be extremely helpful if Rust Analyzer could recommend adding that error to that enum or otherwise creating a new error type. Doing this could take the pain out of error type management