-
Notifications
You must be signed in to change notification settings - Fork 13k
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
run rustfmt on typecheck/coherence folder #35892
Conversation
r? @Aatch (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ rollup |
📌 Commit b9b395a has been approved by |
☔ The latest upstream changes (presumably #36030) made this pull request unmergeable. Please resolve the merge conflicts. |
@nikomatsakis rollup pls |
☔ The latest upstream changes (presumably #36126) made this pull request unmergeable. Please resolve the merge conflicts. |
Not sure what you meant by this? |
This #35892 (comment). |
@srinivasreddy I'm still not sure what you meant by that :) |
@nikomatsakis ping. |
☔ The latest upstream changes (presumably #36203) made this pull request unmergeable. Please resolve the merge conflicts. |
@@ -68,7 +77,7 @@ impl<'cx, 'tcx> OrphanChecker<'cx, 'tcx> { | |||
fn check_item(&self, item: &hir::Item) { | |||
let def_id = self.tcx.map.local_def_id(item.id); | |||
match item.node { | |||
hir::ItemImpl(.., None, ref ty, _) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this a bug in rustfmt? cc @nrc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yikes, looks like it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
☔ The latest upstream changes (presumably #36331) made this pull request unmergeable. Please resolve the merge conflicts. |
@srinivasreddy sorry, been AFK due to RustConf prep etc. Seems like we have merge conflicts now =( |
☔ The latest upstream changes (presumably #36551) made this pull request unmergeable. Please resolve the merge conflicts. |
Still merge conflicts =( |
@nikomatsakis Done. 😄 |
@bors r+ |
📌 Commit a33b921 has been approved by |
…ikomatsakis run rustfmt on typecheck/coherence folder
No description provided.