Skip to content

Commit 5cd7dae

Browse files
authored
Merge pull request #432 from RalfJung/rfc-2645
add incompleteness notes
2 parents ab36757 + 09c5d3c commit 5cd7dae

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

reference/src/layout/enums.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and which parts are still in a "preliminary" state, at least until we
77
start to open RFCs ratifying parts of the Unsafe Code Guidelines
88
effort.
99

10+
**Note:** This document has not yet been updated to
11+
[RFC 2645](https://github.com/rust-lang/rfcs/blob/master/text/2645-transparent-unions.md).
12+
1013
[#10]: https://github.com/rust-rfcs/unsafe-code-guidelines/issues/10
1114

1215
## Categories of enums

reference/src/layout/unions.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
[#13]. The statements in here are not (yet) "guaranteed"
55
not to change until an RFC ratifies them.
66

7+
**Note:** This document has not yet been updated to
8+
[RFC 2645](https://github.com/rust-lang/rfcs/blob/master/text/2645-transparent-unions.md).
9+
710
[#13]: https://github.com/rust-rfcs/unsafe-code-guidelines/issues/13
811

912
### Layout of individual union fields

0 commit comments

Comments
 (0)