-
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
Removed ascii_ctype #48430
Removed ascii_ctype #48430
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @aturon (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
Reference: #39658 (comment) Functions were initially implemented on AsciiExt, then moved to inherent impls on It's probably time to remove the old AsciiExt methods (here), but that doesn't have to happen in this PR. |
Didn't see that issue. I will adresse the other tasks as well (I hope), give me one day :) |
@mattico I may need your help here.
Do I want to remove the macro at all? I'm not quiet sure.
Same here. I'm not sure, why this fails. Am I missing something? |
Ping from triage, @aturon ! |
I think all you have to do is remove the |
I'm sorry, but I cannot get this working. I'm not very sure what to do and which macro does what, because I'm not that deep into the codebase. I just tried to get rid of the feature flag in the doctests :) |
@hellow554 Sorry for replying so late, I didn't see this thread. I wrote this macro to avoid boilerplate code and you should be able to remove it. I could offer some help/mentoring with the PR, if you want @hellow554? I'm by no means experienced in the compiler source, but I could help in this case, I think. |
This is stable since rust 1.24.0 and is no longer behind a feature gate