mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
31bd868c39
#[inline(always)] on basic pointer methods Retryng #85201 with only inlining pointer methods. The goal is to make pointers behave just like pointers in O0, mainly to reduce overhead in debug builds. cc `@scottmcm`