Skip to content

Commit 5d84a05

Browse files
committed
incorporate ralfj feedback
1 parent 5aeee29 commit 5d84a05

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

reference/src/representation/vectors.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@ unsafe {
8484

8585
[#36]: https://github.com/rust-rfcs/unsafe-code-guidelines/issues/36
8686

87-
8887
* Should unions containing a vector type and any number of ZSTs also be vector
8988
types? For example, should `MaybeUninit<Vector<T, N>>` also be a vector type?
89+
This should be documented for `unions` in general, and the rules for vectors
90+
should follow from that. This document should, at most, mention that in the
91+
context of vectors.
9092

91-
* Should we guarantee that `N` is a power-of-two ?
93+
* Should we require `N` to be a power-of-two?

0 commit comments

Comments
 (0)