Expand description
Implementation of the late lint pass.
The late lint pass Works on HIR nodes, towards the end of analysis (after borrow checking, etc.). These lints have full type information available.
Macrosยง
- impl_
late_ ๐lint_ pass - lint_
callback ๐
Structsยง
- Late
Context ๐AndPass Implements the AST traversal for late lint passes.T
provides thecheck_*
methods.
Functionsยง
- Performs lint checking on a crate.
- late_
lint_ ๐crate - late_
lint_ ๐mod_ inner