We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aeee29 commit 5d84a05Copy full SHA for 5d84a05
reference/src/representation/vectors.md
@@ -84,8 +84,10 @@ unsafe {
84
85
[#36]: https://github.com/rust-rfcs/unsafe-code-guidelines/issues/36
86
87
-
88
* Should unions containing a vector type and any number of ZSTs also be vector
89
types? For example, should `MaybeUninit<Vector<T, N>>` also be a vector type?
+ 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.
92
-* Should we guarantee that `N` is a power-of-two ?
93
+* Should we require `N` to be a power-of-two?
0 commit comments