mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
9612038a7e
fix const_ptr_offset_from tracking issue The old tracking issue #41079 was for exposing those functions at all, and got closed when they were stabilized. We had nothing tracking their `const`ness so I opened a new tracking issue: https://github.com/rust-lang/rust/issues/92980.