diff options
author | Wedson Almeida Filho <wedsonaf@gmail.com> | 2022-11-10 17:41:34 +0100 |
---|---|---|
committer | Miguel Ojeda <ojeda@kernel.org> | 2022-12-04 01:59:16 +0100 |
commit | ef32054942ee8d78cbcc2c97212e55b6f5f668f7 (patch) | |
tree | 8f559e3e167e3a738af52e38f8b9245e9a7e09c8 /arch | |
parent | 65e1e497f6d63f747d453b3d89fbeb6d140cbbb7 (diff) | |
download | linux-ef32054942ee8d78cbcc2c97212e55b6f5f668f7.tar.bz2 |
rust: str: add `fmt!` macro
Add the `fmt!` macro, which is a convenience alias for the Rust
`core::format_args!` macro.
For instance, it may be used to create a `CString`:
CString::try_from_fmt(fmt!("{}{}", "abc", 42))?
Signed-off-by: Wedson Almeida Filho <wedsonaf@gmail.com>
Reviewed-by: Gary Guo <gary@garyguo.net>
[Reworded, adapted for upstream and applied latest changes]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions