Skip to content

Commit 249c9b3

Browse files
committed
Add feature const_ptr_write
1 parent 3ba2c23 commit 249c9b3

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

data/unstable/const_ptr_write.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
title = "pointer `write` as `const fn`"
3+
flag = "const_ptr_write"
4+
impl_pr_id = 81167
5+
tracking_issue_id = 86302
6+
items = [
7+
"core::ptr::write",
8+
"<*const T>::write",
9+
"<*mut T>::write",
10+
]
11+
+++
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
title = "pointer `write_unaligned` as `const fn`"
3+
flag = "const_ptr_write"
4+
impl_pr_id = 81167
5+
tracking_issue_id = 86302
6+
items = [
7+
"core::ptr::write_unaligned",
8+
"<*const T>::write_unaligned",
9+
"<*mut T>::write_unaligned",
10+
]
11+
+++

0 commit comments

Comments
 (0)