1
Fork 0
rust/library/core/src/ptr
Matthias Krüger df74b70b9e
Rollup merge of #108964 - majaha:ptr_metadata_doc, r=workingjubilee
Fix the docs for pointer method with_metadata_of

The name of the argument to `{*const T, *mut T}::with_metadata_of` was changed from `val` to `meta` recently, but the docs weren't updated to match.

Relevant pull request: #103701
2023-03-10 12:32:02 +01:00
..
alignment.rs Match unmatched backticks in library/ 2023-03-03 03:03:29 +01:00
const_ptr.rs Fix docs for ptr method with_metadata_of() 2023-03-10 02:14:09 +00:00
metadata.rs Update bootstrap cfg 2022-12-28 09:18:43 -05:00
mod.rs Make ptr::from_ref and ptr::from_mut in #106116 const. 2023-03-09 16:36:20 -05:00
mut_ptr.rs Fix docs for ptr method with_metadata_of() 2023-03-10 02:14:09 +00:00
non_null.rs Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where-applicable, r=m-ou-se 2023-01-18 15:55:36 +05:30
unique.rs Implement core::ptr::Unique on top of NonNull 2022-04-14 19:35:40 +02:00