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
[Tests] Avoid a compiler/runtime bug that breaks the build on Linux.
Apparently we can write a type with @convention(block) on Linux, which is
entertaining because when we touch the metadata for such a thing in the
runtime, we fail with an assert(), assuming assertions are enabled.
0 commit comments