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

Rust Book trait section uses '+' without introducing it #23688

Closed
frewsxcv opened this issue Mar 25, 2015 · 1 comment · Fixed by #23923
Closed

Rust Book trait section uses '+' without introducing it #23688

frewsxcv opened this issue Mar 25, 2015 · 1 comment · Fixed by #23923

Comments

@frewsxcv
Copy link
Member

http://doc.rust-lang.org/book/traits.html

e.g. fn foo<T: Clone, K: Clone + Debug>(x: T, y: K) {

Might be nice to have a sentence or two describing it

@pjenvey
Copy link

pjenvey commented Mar 25, 2015

The same can be said for rustbyexample where it seems to be introduced in http://rustbyexample.com/bounds.html

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 a pull request may close this issue.

3 participants