We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a669cdd commit 00b06c5Copy full SHA for 00b06c5
src/lib.rs
@@ -4731,8 +4731,10 @@ fn mut_from_prefix_suffix<T: FromBytes + KnownLayout + ?Sized>(
4731
/// $ RUSTFLAGS='--cfg zerocopy_derive_union_into_bytes' cargo build
4732
/// ```
4733
///
4734
-/// We make no stability guarantees regarding this cfg, and may remove it at any
4735
-/// point.
+/// However, it is your responsibility to ensure that this derive is sound on
+/// the specific versions of the Rust toolchain you are using! We make no
4736
+/// stability or soundness guarantees regarding this cfg, and may remove it at
4737
+/// any point.
4738
4739
/// We are actively working with Rust to stabilize the necessary language
4740
/// guarantees to support this in a forwards-compatible way, which will enable
0 commit comments