Skip to content

Commit cd0f553

Browse files
committed
also make Scalar disclaimer more noticeable
1 parent fe581a9 commit cd0f553

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

reference/src/layout/scalars.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Layout of scalar types
22

3-
This chapter represents the consensus from issue [#9]. It documents the memory
4-
layout and considerations for `bool`, `char`, floating point types (`f{32, 64}`),
5-
and integral types (`{i,u}{8,16,32,64,128,size}`).
3+
**Disclaimer:** This chapter represents the consensus from issue
4+
[#9]. The statements in here are not (yet) "guaranteed"
5+
not to change until an RFC ratifies them.
66

7+
This documents the memory layout and considerations for `bool`, `char`, floating
8+
point types (`f{32, 64}`), and integral types (`{i,u}{8,16,32,64,128,size}`).
79
These types are all scalar types, representing a single value, and have no
810
layout `#[repr()]` flags.
911

0 commit comments

Comments
 (0)