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
The runtime compat libraries are not available during the stage-0
compiler ASTGen build. As a result, the compiler fails to link because
the compat symbols are not available.
Once we have better stage tracking, we should turn this on for stages
after the compat56 library has been built. Turning it off for now is
safe enough because the ASTGen library doesn't use concurrency, and thus
far, that is the only area with backdeployed fixes.
0 commit comments