Structsยง
- Lint
Tail ๐Expr - Lint
Visitor ๐ - Local
Collector ๐
Staticsยง
- The
tail_expr_drop_order
lint looks for those values generated at the tail expression location, that runs a customDrop
destructor. Some of them may be dropped earlier in Edition 2024 that they used to in Edition 2021 and prior. This lint detects those cases and provides you information on those values and their custom destructor implementations. Your discretion on this information is required.