Module rustc_hir_typeck::expr_use_visitor

source ·
Expand description

A different sort of visitor for walking fn bodies. Unlike the normal visitor, which just walks the entire body in one shot, the ExprUseVisitor determines how expressions are being used.

Structs§

Enums§

Traits§