Skip to content

Conversation

steveklabnik
Copy link
Contributor

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

@rust-highfive
Copy link
Contributor

r? @pcwalton

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

@steveklabnik
Copy link
Contributor 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
Contributor 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
Contributor Author

Updated!

@alexcrichton
Copy link
Member

@bors: r+ b24271e

@alexcrichton
Copy link
Member

@bors: rollup

@steveklabnik
Copy link
Contributor 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