Module rustc_mir_transform::lint

source ·
Expand description

This pass statically detects code which has undefined behaviour or is likely to be erroneous. It can be used to locate problems in MIR building or optimizations. It assumes that all code can be executed, so it has false positives.

Structs§

Functions§