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

TRPL: operators and overloading #24725

Merged
merged 1 commit into from
Apr 25, 2015

Conversation

steveklabnik
Copy link
Member

I forgot these heavily use associated types, so move it after that
as well.

@rust-highfive
Copy link
Collaborator

r? @pcwalton

(rust_highfive has picked a reviewer for you, use r? to override)

@steveklabnik
Copy link
Member Author

r? @alexcrichton

```

In `main`, we can use `+` on our two `Point`s, since `we’ve implemented
`Add<Output=Point>` for `Point`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the backticks got a little jumbled somewhere around here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops!

@steveklabnik steveklabnik force-pushed the doc_operators_and_overloading branch from f8485e9 to b24271e Compare April 24, 2015 21:27
I forgot these heavily use associated types, so move it after that
as well.
@steveklabnik
Copy link
Member Author

Updated!

@alexcrichton
Copy link
Member

@bors: r+ b24271e

@alexcrichton
Copy link
Member

@bors: rollup

@steveklabnik
Copy link
Member Author

adding to #24786

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Apr 25, 2015
…loading, r=alexcrichton

I forgot these heavily use associated types, so move it after that
as well.
bors added a commit that referenced this pull request Apr 25, 2015
@bors bors merged commit b24271e into rust-lang:master Apr 25, 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

Successfully merging this pull request may close these issues.

6 participants