We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
- Ok(self.confirm_method(span, self_expr, call_expr, self_ty, pick, supplied_method_types)) + Ok(self.confirm_method(span, + self_expr, + call_expr, + self_ty, + pick, + supplied_method_types))
https://github.com/rust-lang/rust/pull/36736/files/1d1168ccea6ee1ede476cefb424c384ba7904bb5#diff-d66943f8e54938955ce02ba6b02eece3L138
The text was updated successfully, but these errors were encountered:
I think we might just have a cutoff at which we use vertical formatting even if we don't hit the width limit, in which case this is not a bug.
Sorry, something went wrong.
Yeah, fn_call_width: https://github.com/rust-lang-nursery/rustfmt/blob/master/src/config.rs#L343
fn_call_width
Style team might decide to lose this, but closing this as intended behaviour for now.
No branches or pull requests
https://github.com/rust-lang/rust/pull/36736/files/1d1168ccea6ee1ede476cefb424c384ba7904bb5#diff-d66943f8e54938955ce02ba6b02eece3L138
The text was updated successfully, but these errors were encountered: