rust/library/core/src/fmt
Matthias Krüger d41f046de5
Rollup merge of #142098 - GuillaumeGomez:int_format_into, r=Amanieu
Implement `int_format_into` feature

I took over rust-lang/rust#138338 with `@madhav-madhusoodanan's` approval.

Since https://github.com/rust-lang/rust/pull/136264, a lot of changes happened so I made use of them to reduce the number of changes.

ACP approval: https://github.com/rust-lang/libs-team/issues/546#issuecomment-2707244569

## Associated Issue
- https://github.com/rust-lang/rust/issues/138215

r? `@hanna-kruppe`
2025-07-08 03:09:56 +02:00
..
builders.rs Mark std::fmt::from_fn as #[must_use] 2025-02-03 20:17:27 +00:00
float.rs float: Add f16 parsing and printing 2025-05-18 16:43:13 +00:00
fmt_trait_method_doc.md Document proper usage of fmt::Error and fmt()'s Result. 2024-05-09 17:58:38 -07:00
mod.rs Implement int_format_into feature 2025-07-03 18:57:16 +02:00
nofloat.rs Refactor floating macro and nofloat panic message 2024-10-15 22:27:06 +09:00
num.rs Rollup merge of #142098 - GuillaumeGomez:int_format_into, r=Amanieu 2025-07-08 03:09:56 +02:00
num_buffer.rs Implement int_format_into feature 2025-07-03 18:57:16 +02:00
rt.rs Allow storing format_args!() in let. 2025-06-18 10:20:20 +02:00