We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://play.rust-lang.org/?gist=cb119b5471f3c484d249d7d67b643671&version=stable&backtrace=1
*mut T implementation of Clone doesn't require T: Clone, but the compiler seems to treat it like &mut T. Same thing for Debug, Copy...
*mut T
Clone
T: Clone
&mut T
The text was updated successfully, but these errors were encountered:
Seems to be #26925.
Sorry, something went wrong.
Thanks
No branches or pull requests
https://play.rust-lang.org/?gist=cb119b5471f3c484d249d7d67b643671&version=stable&backtrace=1
*mut T
implementation ofClone
doesn't requireT: Clone
, but the compiler seems to treat it like&mut T
. Same thing for Debug, Copy...The text was updated successfully, but these errors were encountered: