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
At some point we will have to deal with the C style struct initialisation where the local is declared and its fields are initialised one by one after that. Currently there is a generator for Default impls, but with null analysis working, Default impls may not always be possible. For now I think I will adjust the benchmark code manually.
The text was updated successfully, but these errors were encountered:
At some point we will have to deal with the C style struct initialisation where the local is declared and its fields are initialised one by one after that. Currently there is a generator for
Default
impls, but with null analysis working,Default
impls may not always be possible. For now I think I will adjust the benchmark code manually.The text was updated successfully, but these errors were encountered: