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§
Structs§
- Context for lint checking of the AST, after expansion, before lowering to HIR.
- Context for lint checking outside of type inference.
- Information about the registered lints.
Enums§
- The target of the
by_name
map, which accounts for renaming/deprecation.