Skip to content

Commit

Permalink
Add feature const_ptr_write
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Aug 27, 2021
1 parent 3ba2c23 commit 249c9b3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/unstable/const_ptr_write.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
+++
title = "pointer `write` as `const fn`"
flag = "const_ptr_write"
impl_pr_id = 81167
tracking_issue_id = 86302
items = [
"core::ptr::write",
"<*const T>::write",
"<*mut T>::write",
]
+++
11 changes: 11 additions & 0 deletions data/unstable/const_ptr_write_unaligned.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
+++
title = "pointer `write_unaligned` as `const fn`"
flag = "const_ptr_write"
impl_pr_id = 81167
tracking_issue_id = 86302
items = [
"core::ptr::write_unaligned",
"<*const T>::write_unaligned",
"<*mut T>::write_unaligned",
]
+++

0 comments on commit 249c9b3

Please sign in to comment.