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 comment from 2017 says "every error should have an associated error code"
However, a more recent rustc-dev-guide doc from 2020 suggests that this
is not the case, and that errorcode-less errors are fine and sometimes
even preferable to errorcode-full ones:
rust-lang/rustc-dev-guide#967
0 commit comments