-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rename rustc_unicode #26554
Comments
It's not a fully function completed Unicode library, name it
|
Opened a PR for this: #38049. |
Rename 'librustc_unicode' crate to 'libstd_unicode'. Fixes #26554.
Rename 'librustc_unicode' crate to 'libstd_unicode'. Fixes rust-lang/rust#26554.
Besides this (recently-renamed) library, all
rustc_*
crates are outside of the std facade. Every time I see this crate now I am confused of its role. If we don't want to take theunicode
name then let's pick a different naming scheme that doesn't collide with the existing. Maybestd_unicode
.The text was updated successfully, but these errors were encountered: