-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
libfmt_macros should be renamed to have a rustc_ prefix or moved into librustc_builtin_macros. #71177
Comments
❤️ I would also deeply appreciate the removal/merge of this crate. It's what I always hit when trying to find the "real" formatting piece of the compiler, and it's essentially never what I want. |
Unfortunately, Possible solutions:
|
Either of these seem fine with me, anything else would be overkill, IMO. |
Rename all remaining compiler crates to use the `rustc_foo` pattern libarena -> librustc_arena libfmt_macros -> librustc_parse_format libgraphviz -> librustc_graphviz libserialize -> librustc_serialize Closes rust-lang/rust#71177 in particular.
Rename all remaining compiler crates to use the `rustc_foo` pattern libarena -> librustc_arena libfmt_macros -> librustc_parse_format libgraphviz -> librustc_graphviz libserialize -> librustc_serialize Closes rust-lang/rust#71177 in particular.
For historical reasons we have a crate that looks like it would be part of the standard library, but it's really just a parser for the implementation of
format_args!
.cc @petrochenkov
The text was updated successfully, but these errors were encountered: