rustc_lint

Module late

Source
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ยง

LateContextAndPass ๐Ÿ”’
Implements the AST traversal for late lint passes. T provides the check_* methods.
RuntimeCombinedLateLintPass ๐Ÿ”’

Functionsยง

check_crate
Performs lint checking on a crate.
late_lint_crate ๐Ÿ”’
late_lint_crate_inner ๐Ÿ”’
late_lint_mod
late_lint_mod_inner ๐Ÿ”’
unerased_lint_store
Extract the LintStore from Session.