Link to closed issue: https://github.com/rust-lang/rust/issues/73179 This issue was automatically triggered by the following comment in `src/features/impl_std.rs`. ``` // BlockedTODO: https://github.com/rust-lang/rust/issues/73179 // use `from_vec_with_nul` instead, combined with: // let bytes = std::vec::Vec::<u8>::decode(decoder)?; ```