mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
01e40d6755
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.