mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 09:27:25 +00:00
eefc2a0ac4
[`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` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |