Module rustc_lint::middle::expr_use_visitor
[−]
[src]
🔬 This is a nightly-only experimental API. (
rustc_private)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
| ExprUseVisitor |
[ Experimental ]
|
Enums
| ConsumeMode |
[ Experimental ]
|
| LoanCause |
[ Experimental ]
|
| MatchMode |
[ Experimental ]
|
| MoveReason |
[ Experimental ]
|
| MutateMode |
[ Experimental ]
|
Traits
| Delegate |
[ Experimental ] This trait defines the callbacks you can expect to receive when employing the ExprUseVisitor. |