mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
1ae22d83f9
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.