-
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
Give return-position impl traits in trait a (synthetic) name to avoid name collisions with new lowering strategy #109499
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
1dfefa3
to
0b85a0f
Compare
Since this is waiting on that other PR, gonna mark it as waiting on author @rustbot author |
0b85a0f
to
034aae2
Compare
@rustbot ready I took over @compiler-errors' #109455 and changed the last commit according to @petrochenkov's review. Opened it for discussions but still have 2 problems to address.
|
I see now what happens in problem 2, the name is set correctly on |
This comment has been minimized.
This comment has been minimized.
Problem 2 fixed by making |
9dafbde
to
999a850
Compare
999a850
to
5194b95
Compare
5194b95
to
2ca350c
Compare
Ok, I've tidy up everything and left only the solution that makes error reports do Given that @petrochenkov removed their assignment I guess you're happy now with the changes, correct?. If so, this is now up to @compiler-errors. |
I'm happy with this for now. @bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (f2d9a3d): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. |
The only needed commit from this PR is the last one.
r? @compiler-errors
Needs #109455.