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
Unless the target type is Copy, it is not possible to call a method taking a self argument (it would result in a "cannot move out of borrowed content" error), so showing these methods as available in the docs is erroneous.
The text was updated successfully, but these errors were encountered:
bluss
added
the
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
label
Dec 29, 2015
See for example: http://vberger.github.io/wayland-client-rs/wayland_client/cursor/struct.CursorImageBuffer.html
Unless the target type is
Copy
, it is not possible to call a method taking aself
argument (it would result in a "cannot move out of borrowed content" error), so showing these methods as available in the docs is erroneous.The text was updated successfully, but these errors were encountered: