about summary refs log tree commit diff
path: root/library/core/src/array/ascii.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-03-05 18:39:17 +0000
committerbors <bors@rust-lang.org>2025-03-05 18:39:17 +0000
commit30f168ef811aec63124eac677e14699baa9395bd (patch)
treefb4d791804770c8ae57c520346e4bb95f38bde44 /library/core/src/array/ascii.rs
parent07b5eeebc948743eaadb32a83d23931fd8854fe8 (diff)
parentd33946c3ab1e818d07ec9ac8198fbe958f1985c6 (diff)
downloadrust-30f168ef811aec63124eac677e14699baa9395bd.tar.gz
rust-30f168ef811aec63124eac677e14699baa9395bd.zip
Auto merge of #137907 - compiler-errors:inline-fnonce, r=saethlin
Inline `FnOnce`/`FnMut`/`Fn` shims once again

This PR fixes the argument checking for `extern "rust-call"` ABI functions with a spread arg, which do no expect their arguments to be exploded from a tuple like closures do.

Secondly, it removes the hack that prevented them from being inlined. This results in more work done by the compiler, but it does end up allowing us to inline functions we didn't before.

Fixes #137901
Diffstat (limited to 'library/core/src/array/ascii.rs')
0 files changed, 0 insertions, 0 deletions