-
Notifications
You must be signed in to change notification settings - Fork 13.3k
impl<T> is not introduced in the book #26991
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
Comments
I've got a draft going in my fork. Will submit a PR soon, but feel free to review it even before I do. |
@lastorset your docs look great! I added some initial comments in your branch. Thanks for taking a crack at this! |
@lastorset yeah, please send a PR whenever you're ready :) |
Thanks, I appreciate the feedback! I will work through my changes one more time before I submit. |
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Aug 5, 2015
…eveklabnik I also included some smaller trait-related changes. Fixes rust-lang#26991. r? @shepmaster r? @steveklabnik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's only a few references to
impl<
in TRPL:None of these really mention that you use
impl<T>
to declare a typename that will participate in either the trait or item involved in the implementation.The text was updated successfully, but these errors were encountered: