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 9c4b331 commit fe581a9Copy full SHA for fe581a9
reference/src/layout/pointers.md
@@ -1,5 +1,11 @@
1
# Layout of reference and pointer types
2
3
+**Disclaimer:** Everything this section says about pointers to dynamically sized
4
+types represents the consensus from issue [#16], but has not been stabilized
5
+through an RFC. As such, this is preliminary information.
6
+
7
+[#16]: https://github.com/rust-rfcs/unsafe-code-guidelines/issues/16
8
9
### Terminology
10
11
Reference types are types of the form `&T`, `&mut T`.
0 commit comments