We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba2c23 commit 249c9b3Copy full SHA for 249c9b3
data/unstable/const_ptr_write.md
@@ -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
data/unstable/const_ptr_write_unaligned.md
+title = "pointer `write_unaligned` as `const fn`"
+ "core::ptr::write_unaligned",
+ "<*const T>::write_unaligned",
+ "<*mut T>::write_unaligned",
0 commit comments