rust/library/alloc
Thalia Archibald 1ae22d83f9 Implement Debug for EncodeWide
Since `std::os::windows::ffi::EncodeWide` was reexported from
`std::sys_common::wtf8::EncodeWide`, which has
`#![allow(missing_debug_implementations)]` in the parent module, it did
not implement `Debug`. When it was moved to `core`, a placeholder impl
was added; fill it in.
2025-09-16 13:11:34 -06:00
..
src Implement Debug for EncodeWide 2025-09-16 13:11:34 -06:00
Cargo.toml Remove compiler-builtins-mangled-names 2025-07-25 19:21:20 -05:00