rust/library/std/src/sys_common
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
..
mod.rs Implement Debug for EncodeWide 2025-09-16 13:11:34 -06:00
tests.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
wstr.rs Fix doc nits 2024-07-26 13:26:33 +01:00