rust-clippy/clippy_utils
bors eefc2a0ac4 Auto merge of #10891 - Centri3:missing_const_for_fn, r=Jarcho
[`missing_const_for_fn`]: Ensure dropped locals are `~const Destruct`

this will check every local for `TerminatorKind::Drop` to ensure they can be evaluated at compile time, not sure if this is the best way to do this but MIR is confusing and it works so...

fixes #10617

changelog: [`missing_const_for_fn`]: Ensure dropped locals are `~const Destruct`
2023-06-13 18:37:27 +00:00
..
src Auto merge of #10891 - Centri3:missing_const_for_fn, r=Jarcho 2023-06-13 18:37:27 +00:00
Cargo.toml Bump Clippy version -> 0.1.72 2023-06-02 10:18:34 +02:00