-
Notifications
You must be signed in to change notification settings - Fork 271
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
Nomicon and Reference duplicated effort #230
Comments
Another one is "Subtyping and Variance", which was added to the reference in rust-lang/reference#186. The reference chapter is shorter, but it also mentions the variance of |
Discussed on Zulip a bit, @ehuss pointed out:
Focusing on the good usage makes sense to me. The problem is that the coercions and method call operator chapter don't show any good usage currently, we should improve them anyway. |
I'm going to close this issue in favor of #279 (and some of them have been resolved). Thanks for the report! |
Hi, I noticed that a few sections within the nomicon overlap with that of the reference.
For instance, coercions:
and the method call operator:
https://doc.rust-lang.org/reference/expressions/method-call-expr.html?#method-call-expressions
https://doc.rust-lang.org/nomicon/dot-operator.html
Are these sections still necessary in the nomicon?
The text was updated successfully, but these errors were encountered: