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
We currently skip code generation of a few functions like
ArgumentV1::as_usize(). We generate an unsuppported check instead.
However, we still need to declare the parameters otherwise we end up
with invalid symbol tables where the parameters are missing.
Fixesrust-lang#1379
0 commit comments