Expand description
Basic types for managing and implementing lints.
See https://rustc-dev-guide.rust-lang.org/diagnostics.html for an overview of how lints are implemented.
Modulesยง
- diagnostics ๐
Structsยง
- Context for lint checking of the AST, after expansion, before lowering to HIR.
- Context for lint checking outside of type inference.
- Lint
Alias ๐ - Lint
Group ๐ - Information about the registered lints.
Enumsยง
- Target
Lint ๐The target of theby_name
map, which accounts for renaming/deprecation.
Traitsยง
Type Aliasesยง
- Early
Lint ๐Pass Factory - Late
Lint ๐Pass Factory