Skip to content

Overlong impl #1048

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

Closed
nrc opened this issue Jun 7, 2016 · 3 comments
Closed

Overlong impl #1048

nrc opened this issue Jun 7, 2016 · 3 comments
Labels
bug Panic, non-idempotency, invalid code, etc. good first issue Issues up for grabs, also good candidates for new rustfmt contributors

Comments

@nrc
Copy link
Member

nrc commented Jun 7, 2016

impl<BorrowType, K, V, NodeType, HandleType> Handle<NodeRef<BorrowType, K, V, NodeType>, HandleType> {

I assume this is an off by n error.

@nrc nrc added bug Panic, non-idempotency, invalid code, etc. good first issue Issues up for grabs, also good candidates for new rustfmt contributors labels Jun 7, 2016
@nagisa
Copy link
Member

nagisa commented Jun 7, 2016

#1037

@nrc
Copy link
Member Author

nrc commented Jun 7, 2016

This isn't a dup of #1037 - that is poor formatting where we split the type rather than the impl, here we are not splitting at all and cause an overflow.

@brson
Copy link

brson commented Jul 1, 2016

See #1049 (comment) for hints about how to fix.

This was referenced Jul 10, 2016
@nrc nrc closed this as completed in #1091 Jul 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Panic, non-idempotency, invalid code, etc. good first issue Issues up for grabs, also good candidates for new rustfmt contributors
Projects
None yet
Development

No branches or pull requests

3 participants