We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615bf00 commit 3c27439Copy full SHA for 3c27439
src/diagnostics/lintstore.md
@@ -80,7 +80,7 @@ function which is called when constructing a new lint store inside
80
### Builtin Lints
81
82
These are primarily described in two places,
83
-`rustc_session::lint::builtin` and `rustc_lint::builtin`.
+`rustc_lint_defs::builtin` and `rustc_lint::builtin`.
84
Often the first provides the definitions for the lints themselves,
85
and the latter provides the lint pass definitions (and implementations),
86
but this is not always true.
0 commit comments