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

Check use of *const where *mut is appropriate in ffi #62

Open
bvssvni opened this issue Oct 21, 2014 · 0 comments
Open

Check use of *const where *mut is appropriate in ffi #62

bvssvni opened this issue Oct 21, 2014 · 0 comments
Labels

Comments

@bvssvni
Copy link
Member

bvssvni commented Oct 21, 2014

Whenever a pointer is mutated, *mut should be used instead of *const. This makes it easier to catch bugs that conflicts with the borrowing rules in Rust at higher level, such as #60

@bvssvni bvssvni added the medium label Oct 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant