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
[RGen] Keep track in the generator if a type needs a stret call. (#22138)
This changes a little the way we create parameters and types because we
need the compilation target to know if a type needs a stret call.
We do not use the NeedsStret in the equlas method because that
information has not value when we are deciding if a type needs to be
regenerated or not by the roslyn code generator.
---------
Co-authored-by: GitHub Actions Autoformatter <[email protected]>
0 commit comments