mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-29 10:55:28 -04:00
Constify `DropGuard::dismiss` and trait impls Feature: `drop_guard` (rust-lang/rust#144426), `const_convert` (rust-lang/rust#143773), `const_drop_guard` (no tracking issue yet) Constifies `DropGuard::dismiss` and trait impls. I reused `const_convert` (rust-lang/rust#143773) for the `Deref*` impls.