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
E.g. http://doc.rust-lang.org/nightly/std/intrinsics/fn.volatile_set_memory.html
pub unsafe fn volatile_set_memory<T>(*mut T, u8, usize)
vs. http://doc.rust-lang.org/nightly/core/intrinsics/fn.volatile_set_memory.html
pub unsafe fn volatile_set_memory<T>(dst: *mut T, val: u8, count: usize)
The docs refer to parameters by name, so this functionality is useful.
The text was updated successfully, but these errors were encountered:
I think it's a metadata problem; encode_method_argument_names isn't ever called from encode_info_for_foreign_item.
encode_method_argument_names
encode_info_for_foreign_item
Sorry, something went wrong.
e43c478
No branches or pull requests
E.g. http://doc.rust-lang.org/nightly/std/intrinsics/fn.volatile_set_memory.html
vs. http://doc.rust-lang.org/nightly/core/intrinsics/fn.volatile_set_memory.html
The docs refer to parameters by name, so this functionality is useful.
The text was updated successfully, but these errors were encountered: