Skip to content

Rollup of 7 pull requests #24349

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

Merged
merged 9 commits into from
Apr 12, 2015
Prev Previous commit
Next Next commit
Updated dead link in Traits chapter of book to point to Trait Objects…
… chapter.
  • Loading branch information
beefsack committed Apr 12, 2015
commit 91ca622cdf8502c37a867bea02f400a8ae5e9d4c
4 changes: 2 additions & 2 deletions src/doc/trpl/traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ not, because both the trait and the type aren't in our crate.

One last thing about traits: generic functions with a trait bound use
*monomorphization* (*mono*: one, *morph*: form), so they are statically
dispatched. What's that mean? Check out the chapter on [static and dynamic
dispatch](static-and-dynamic-dispatch.html) for more.
dispatched. What's that mean? Check out the chapter on [trait
objects](trait-objects.html) for more.

## Multiple trait bounds

Expand Down