core::mem::transmute
doesn't list const
in the signature
#99398
Labels
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
core::mem::transmute
andstd::mem::transmute
are both listed as const in 1.56 according to the "since" info on the right, but only thestd
version listsconst
in the actual signature.core:
std:
The text was updated successfully, but these errors were encountered: