Structs§
- Late
Lint Visitor - Visitor struct for
LateLintPass
es
Traits§
- Late
Lint Pass - Trait for lints that operate on the HIR (High-level Intermediate Representation).
Its methods mirror
hir::visit::Visit
, with the addition ofLintCotext
.
LateLintPass
eshir::visit::Visit
, with the addition of LintCotext
.