Module lints

Source

Structs§

DelayedLints

Enums§

DelayedLint
During ast lowering, no lints can be emitted. That is because lints attach to nodes either in the AST, or on the built HIR. When attached to AST nodes, they’re emitted just before building HIR, and then there’s a gap where no lints can be emitted until HIR is done. The variants in this enum represent lints that are temporarily stashed during AST lowering to be emitted once HIR is built.