Document how lints are actually emitted #1168
Labels
A-lints
Area: lints
C-enhancement
Category: enhancement
E-hard
Difficulty: might require advanced knowledge
E-needs-investigation
Call for participation: this issue needs further investigation
T-compiler
Relevant to compiler team
The section on linting describes how to declare a lint and how lint passes are constructed, but we are still missing an explanation on how the lint system takes buffered lints and decides whether to actually emit them to users. For instance, how does
--cap-lints
work?The text was updated successfully, but these errors were encountered: