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
AsRef
Borrow
Hints or renames don't work with elements behind Borrow/BorrowMut because they are ignored.
BorrowMut
On the other side, AsRef which is a very similar trait, have its referenced element correctly interpreted.
The text was updated successfully, but these errors were encountered:
Closing due to inanition.
Sorry, something went wrong.
Hi @c410-f3r! Did it turn out that the issue is not valid? 🙂
The issue is still valid in the sense that the problem still persists.
Likely a duplicate of #5514 anyway.
No branches or pull requests
Hints or renames don't work with elements behind
Borrow
/BorrowMut
because they are ignored.On the other side,
AsRef
which is a very similar trait, have its referenced element correctly interpreted.The text was updated successfully, but these errors were encountered: