std::convert::Into<usize>
for u16
is not implemented
#44290
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
As far as I understand
target_pointer_width
is at least 16 so<usize as std::convert::From<u8>>
andstd::convert::Into<usize>
foru16
could exist.The text was updated successfully, but these errors were encountered: