-
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
Add check for doc alias on assoc const in trait impl #75888
Add check for doc alias on assoc const in trait impl #75888
Conversation
ping @ollie27 |
☔ The latest upstream changes (presumably #74862) made this pull request unmergeable. Please resolve the merge conflicts. |
dafc238
to
dfb5b17
Compare
Simplified the test (removed all non-compiling code too). |
Removed the special case as well. |
825b730
to
2d88755
Compare
@ollie27 All comments have been resolved. Anything else? :) |
Thanks. @bors r+ |
📌 Commit 2d88755cdd46bc1ce5c8f8b09d074f49b1e99e43 has been approved by |
@bors r- actually r=me when the commits have been squashed. |
2d88755
to
b61eab5
Compare
Squashed! @bors: r=ollie27 |
📌 Commit b61eab5 has been approved by |
⌛ Testing commit b61eab5 with merge 633762bf7474a946040507a8dddbd5c9b7c65c3a... |
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Spurious failure... @bors: retry |
⌛ Testing commit b61eab5 with merge 21e91bea9278c68e503d78d057d8417a09342f49... |
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
And another spurious failure. Is it normal @rust-lang/infra ? @bors: retry |
⌛ Testing commit b61eab5 with merge 7f9c16191ae06ed7140d884345d3ba4c0ce913a2... |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-actions |
Maybe it's fixed now... @bors: retry |
…st-doc-alias, r=ollie27 Add check for doc alias on assoc const in trait impl Fixes rust-lang#73721. r? @ollie27
…st-doc-alias, r=ollie27 Add check for doc alias on assoc const in trait impl Fixes rust-lang#73721. r? @ollie27
☀️ Test successful - checks-actions, checks-azure |
Fixes #73721.
r? @ollie27