diff --git a/doc/array/BitArray.md b/doc/array/BitArray.md index 37a7cb3a..025d1c79 100644 --- a/doc/array/BitArray.md +++ b/doc/array/BitArray.md @@ -58,9 +58,10 @@ ordering of bits within a single `A::Store` element. Exact bit lengths cannot be encoded into the `BitArray` type until the const-generics system in the compiler can allow type-level computation on type -integers. When this stabilizes, `bitvec` will issue a major upgrade that -replaces the `BitArray` definition with `BitArray` -and match the C++ `std::bitset` definition. +integers. [The feature is currently highly unstable.][1] When this stabilizes, +`bitvec` will issue a major upgrade that replaces the `BitArray` +definition with `BitArray` and match the C++ +`std::bitset` definition. ## Large Bit-Arrays @@ -100,6 +101,7 @@ impl HasBitfields { ``` [0]: https://doc.rust-lang.org/std/primitive.array.html +[1]: https://github.com/rust-lang/rust/issues/76560 [`BitArr!`]: macro@crate::BitArr [`BitBox`]: crate::boxed::BitBox [`BitSlice`]: crate::slice::BitSlice