Expand description
Type inference-based diagnostics.
Modulesยง
- decl_
check ๐ - Provides validators for names of declarations.
- expr ๐
- Various diagnostics for expressions that are collected together in one pass through the body using inference results: mismatched arg counts, missing fields, etc.
- match_
check ๐ - Validation of matches.
- unsafe_
check ๐ - Provides validations for unsafe code. Currently checks if unsafe functions are missing unsafe blocks.