We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 633cd5e + d6c64f4 commit 1bab41dCopy full SHA for 1bab41d
src/doc/unstable-book/src/language-features/plugin.md
@@ -102,7 +102,7 @@ The components of a lint plugin are:
102
103
Lint passes are syntax traversals, but they run at a late stage of compilation
104
where type information is available. `rustc`'s [built-in
105
-lints](https://github.com/rust-lang/rust/blob/master/src/librustc_session/lint/builtin.rs)
+lints](https://github.com/rust-lang/rust/blob/master/compiler/rustc_lint_defs/src/builtin.rs)
106
mostly use the same infrastructure as lint plugins, and provide examples of how
107
to access type information.
108
0 commit comments