Skip to content

serialize: add a few missing pubs to base64 #13277

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
wants to merge 1 commit into from
Closed

serialize: add a few missing pubs to base64 #13277

wants to merge 1 commit into from

Conversation

Arcterus
Copy link
Contributor

@Arcterus Arcterus commented Apr 3, 2014

This makes the fields in base64::Config public, which they were before the switch from fields being public by default to private by default.

@Arcterus
Copy link
Contributor Author

Arcterus commented Apr 3, 2014

I'm not sure why this is failing.

@bors bors closed this in e7fe207 Apr 4, 2014
arcnmx pushed a commit to arcnmx/rust that referenced this pull request Dec 17, 2022
Add `move_const_to_impl` assist

Closes rust-lang#13277

For the initial implementation, this assist:
- only applies to inherent impl. Much as we can *technically* provide this assist for default impl in trait definitions, it'd be complicated to get it right.
- may break code when the const's name collides with an item of a trait the self type implements.

Comments in the code explain those caveats in a bit more detail.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants