rust/compiler
bors 8bdcc62cb0 Auto merge of #110616 - m-ou-se:fmt-lang-items, r=jyn514
Remove public doc(hidden) core::fmt::rt::v1

All the types used by format_arg!() are now lang items, so they are no longer required as publicly exported items.

Part of #99012

After this change, the `rt` module is private, and contains only three lang items used by format_args (`Placeholder`, `Alignment`, and `Count`): 441682cca9/library/core/src/fmt/rt.rs
2023-04-20 21:11:54 +00:00
..
2023-04-17 16:09:18 -04:00
2023-04-17 16:09:18 -04:00
2023-04-17 16:09:18 -04:00
2023-04-20 12:00:41 -03:00