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
In destructuring.md you make lots of mention of int. However, this isn't a valid rust primitive type which could be a bit confusing. I suspect you probably meant to use isize.
NOTE: technically it would be possible to make your code correct by a hidden type alias .. but it wouldn't be following the naming conventions.
The text was updated successfully, but these errors were encountered:
In
destructuring.md
you make lots of mention ofint
. However, this isn't a valid rust primitive type which could be a bit confusing. I suspect you probably meant to useisize
.NOTE: technically it would be possible to make your code correct by a hidden type alias .. but it wouldn't be following the naming conventions.
The text was updated successfully, but these errors were encountered: