Always inline `mem::{size_of,align_of}` in debug builds
Those two are const fn and do not have any arguments. Inlining
helps reducing generated code size in debug builds.
See also #64996.
|
||
|---|---|---|
| .. | ||
| manually_drop.rs | ||
| maybe_uninit.rs | ||
| mod.rs | ||