Skip to content

Commit fe581a9

Browse files
committed
add note that pointer layout information is preliminary
1 parent 9c4b331 commit fe581a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

reference/src/layout/pointers.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Layout of reference and pointer types
22

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+
39
### Terminology
410

511
Reference types are types of the form `&T`, `&mut T`.

0 commit comments

Comments
 (0)