mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
13fb051074
Constify `bool::then{,_some}`
Note on `~const Drop`: it has no effect when called from runtime functions, when called from const contexts, the trait system ensures that the type can be dropped in const contexts.