We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f799c5d + d6c64f4 commit 738d58bCopy full SHA for 738d58b
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