Skip to content
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

core::str::{EscapeDebug,EscapeDefault,EscapeUnicode} are not available in std #59893

Closed
ollie27 opened this issue Apr 11, 2019 · 3 comments
Closed
Labels
C-bug Category: This is a bug. P-high High priority T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.

Comments

@ollie27
Copy link
Member

ollie27 commented Apr 11, 2019

I assume they should be re-exported in std::str.

cc @rust-lang/libs

@jonas-schievink jonas-schievink added C-bug Category: This is a bug. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. labels Apr 11, 2019
@jonas-schievink
Copy link
Contributor

cc @rust-lang/release looks like this was missed, similar to the NonZero* issue fixed in #59843

@Centril
Copy link
Contributor

Centril commented Apr 11, 2019

Huh... I thought I had link-checked everything... apparently I checked the wrong thing.

@Centril Centril added the P-high High priority label Apr 11, 2019
Centril added a commit to Centril/rust that referenced this issue Apr 17, 2019
Re-export core::str::{EscapeDebug, EscapeDefault, EscapeUnicode} in std

cc rust-lang#59893
@camelid
Copy link
Member

camelid commented Sep 19, 2020

I believe this issue should be closed as the PR to fix this was merged last year: #59908

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. P-high High priority T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

5 participants