-
Notifications
You must be signed in to change notification settings - Fork 13.3k
fix def collector for impl trait #77546
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
Conversation
@bors r+ Thanks! (looks like this was an oversight) |
📌 Commit 9347d140928743b2e2c8b2f9b60178d8a50336b7 has been approved by |
@bors r- I forgot to add the test case here |
@bors rollup=never (this is turning into something that may have sharp edge cases) |
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.
r=me modulo comments
@bors r+ |
📌 Commit 23520c1c1ed5db78ab2910049b7f570e54757856 has been approved by |
⌛ Testing commit 23520c1c1ed5db78ab2910049b7f570e54757856 with merge 88dc9039ef9467cdbf88b436e1b0494554ab7f68... |
💔 Test failed - checks-actions |
I can't reproduce this locally :/ |
⌛ Testing commit 604bc87 with merge 8ac828f96b07437599fc1735bb97fc029b236ed7... |
💔 Test failed - checks-actions |
@bors r- The PR failed but bors forgot about that during synchronize. |
fbd87af
to
567d55e
Compare
@bors r+ |
📌 Commit 567d55e has been approved by |
⌛ Testing commit 567d55e with merge f0817e272619abf26c4a01b0fe3a116e564a92fe... |
💔 Test failed - checks-actions |
okay, that looks spurious to me. @bors retry |
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 |
☀️ Test successful - checks-actions |
fixes #77329
We now consistently make
impl Trait
a hir owner, requiring some special casing for synthetic generic params.r? @eddyb