unresolved import: there is no as_utf16_p
in std::os::win32
#9053
Labels
A-metadata
Area: Crate metadata
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
On win32,
gives "error: unresolved import: there is no
as_utf16_p
instd::os::win32
".With
RUST_LOG=rustc
, rustc gives some info:Seems like resolver cannot find any function inside
std::os::win32
.The text was updated successfully, but these errors were encountered: