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
This issue proposes adding a [[nodiscard]] attribute to the errors::Error struct. This attribute will generate a warning if a function returning an errors::Error is not checked for errors.