Skip to content
New issue

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

Deref and DerefMut docs don't mention autoderef/deref coercions #26927

Closed
huonw opened this issue Jul 9, 2015 · 0 comments
Closed

Deref and DerefMut docs don't mention autoderef/deref coercions #26927

huonw opened this issue Jul 9, 2015 · 0 comments

Comments

@huonw
Copy link
Member

huonw commented Jul 9, 2015

Current docs are:

The Deref trait is used to specify the functionality of dereferencing operations like *v.

 

The DerefMut trait is used to specify the functionality of dereferencing mutably like *v = 1;

@huonw huonw added the A-docs label Jul 9, 2015
@sfackler sfackler changed the title Deref and DerefMut docs don't method autoderef/deref coercions Deref and DerefMut docs don't mention autoderef/deref coercions Jul 10, 2015
steveklabnik added a commit to steveklabnik/rust that referenced this issue Jul 23, 2015
steveklabnik added a commit to steveklabnik/rust that referenced this issue Jul 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant