-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rename "Associated*" to "Assoc*" #60955
Conversation
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.
lgtm, just some nits and needs a rebase
Thanks, this is ready to merge now, but we need to wait until the beta is cut in the next few days as we can't break tools right now |
If you want to be proactive about the breakage, you can run |
Thanks @oli-obk . I'm not aware this is a breaking change😅 I'll take a look at CONTRIBUTING.md first. |
☔ The latest upstream changes (presumably #59445) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors r=oli-obk,Centril |
📌 Commit 0b7d4fa has been approved by |
Rename "Associated*" to "Assoc*" This change is for rust-lang#60163. r? @oli-obk
Failed in #61198 (comment). @bors r- |
@Centril I have fixed the build failure at the tip of master branch. |
@bors r=oli-obk,Centril |
📌 Commit 4dbeb48fca363252380412b28bea4dbfc6653bd0 has been approved by |
☔ The latest upstream changes (presumably #61201) made this pull request unmergeable. Please resolve the merge conflicts. |
We are going to uniform the terminology of all associated items. Methods that may or may not have `self` are called "associated functions". Because `AssociatedFn` is a bit long, we rename `Associated` to `Assoc`.
modify pretty.rs which recently added "Associated*"
@bors r=oli-obk,Centril |
📌 Commit c963596 has been approved by |
☀️ Test successful - checks-travis, status-appveyor |
This change is for #60163.
r? @oli-obk