-
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
Fuse
impls expose use of specialization (default fn
)
#70796
Comments
Supp. Can I take this up? Oh also, the file is in |
@rustbot assign @rakshith-ravi |
I fear what the extra indirection will do to #70332, but I guess we'll just have to see... |
Alright. I'll go through that as well and suggest changes there, in case I can think of any. Unlike my last PR, this time, I'd like to give this a shot without any mentoring. However, if I get stuck somewhere, I might request for help. Bear with me please. Anyways, it's a little too late for me here (IST). Will get on it first thing tomorrow morning. Thanks |
It's also possible that could work out better if there's a way for |
So if I understand the situation correctly, we need to have This will also mean that |
I don't think I entirely understand what you're saying. Could you help me clarify that please? |
We definitely don't want to change the
My thought was that we could make #70332 use some internal part of your work, e.g. |
Alrighty. Let me know if #70322 requires something specific so that I can implement it accordingly. Would be happy to dive deep into this. |
Yup, an implementation similar to |
Context: #70750 (comment)
We have some uses of
default fn
insrc/libcore/adapters/fuse.rs
which allow users to specialize those functions. Instead, thesedefault fn
s should be moved into internal (private) traits so that the specialization isn't exposed.This issue has been assigned to @rakshith-ravi via this comment.
The text was updated successfully, but these errors were encountered: