Files
rust/clippy_utils/src
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
..
2023-02-22 17:04:58 +00:00
2023-04-27 17:18:12 +00:00
2023-06-08 02:41:51 -05:00
2023-05-22 20:06:58 -04:00
2023-05-29 09:23:43 +10:00
2023-04-21 02:14:02 -07:00