We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hdf5_types::impl_tuple!
Duplicate of aldanor#304, since we have not changed this line of code in the codebase
The text was updated successfully, but these errors were encountered:
See https://rust-lang.github.io/rfcs/3308-offset_of.html#offset_of-on-other-types for a way to use offset_of macro instead of pointer shenanigans
offset_of
Sorry, something went wrong.
I'd recommend looking at https://doc.rust-lang.org/nightly/std/mem/macro.offset_of.html instead of the RFC. RFCs represent a design decision at the point in time when they got accepted; they are not kept up-to-date with later potential changes.
Successfully merging a pull request may close this issue.
Duplicate of aldanor#304, since we have not changed this line of code in the codebase
The text was updated successfully, but these errors were encountered: