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
Currently, the error codes are emitted after the error message in gccrs, we tried to move that after the error:. But we have a fear that it might break other languages frontend.
Funfact: Older versions of rustc also emits error message after the error message. The error code after the error: is added in rustc 1.12.0