We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a25164 commit d6c64f4Copy full SHA for d6c64f4
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