You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason the lifetime 'a is missing in the docs for std::slice::from_raw_parts and it's probably missing in more places. It shows that it's returning a &'a [T] but the lifetime is completely missing from the rest of the function signature even though it's clearly there in the source code.
For some reason the lifetime
'a
is missing in the docs forstd::slice::from_raw_parts
and it's probably missing in more places. It shows that it's returning a&'a [T]
but the lifetime is completely missing from the rest of the function signature even though it's clearly there in the source code.std::slice::from_raw_parts
Signature in Source Code:
Documentation:
The text was updated successfully, but these errors were encountered: