rustc_mir_transform

Module 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ยง