rust/src/libcore/mem
Tyler Mandry 7167a59241
Rollup merge of #65016 - lzutao:inline-mem-constfn, r=oli-obk
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.
2019-10-18 13:48:10 -07:00
..
manually_drop.rs Update wording 2019-07-27 18:42:47 -04:00
maybe_uninit.rs Improve wording in documentation of MaybeUninit 2019-09-28 11:49:45 +02:00
mod.rs Rollup merge of #65016 - lzutao:inline-mem-constfn, r=oli-obk 2019-10-18 13:48:10 -07:00