Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

int is not a valid rust type #104

Open
tomshackell opened this issue Feb 13, 2021 · 0 comments
Open

int is not a valid rust type #104

tomshackell opened this issue Feb 13, 2021 · 0 comments

Comments

@tomshackell
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant