Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDenton
Use `const_error!` when possible Replace usages of `io::Error::new(io::ErrorKind::Variant, "constant string")` with `io::const_error!(io::ErrorKind::Variant, "constant string")` to avoid allocations when possible. Additionally, fix `&&str` error messages in SGX and missing/misplaced trailing commas in `const_error!`.
Matthias Krüger 2025-02-17
parent efd2c28 · parent c95813c · commit 8be69f6
0 files changed, 0 insertions, 0 deletions