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 following code, results in incorrect names, as the _1 incrementation is not added to the concrete ident used in the constructor of tuple struct.
fnmain(){{structCookie;let c = [Cookie,Cookie{},Cookie,Cookie{}];}{structCookie{}constCookie:Cookie = Cookie{};let c = [Cookie,Cookie{},Cookie,Cookie{}];}}
The following code, results in incorrect names, as the
_1
incrementation is not added to the concrete ident used in the constructor of tuple struct.Open this code snippet in the playground
The text was updated successfully, but these errors were encountered: