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.
2 parents cfe08b7 + b66f858 commit 23782adCopy full SHA for 23782ad
src/doc/reference.md
@@ -1977,7 +1977,7 @@ For any lint check `C`:
1977
1978
The lint checks supported by the compiler can be found via `rustc -W help`,
1979
along with their default settings. [Compiler
1980
-plugins](book/plugins.html#lint-plugins) can provide additional lint checks.
+plugins](book/compiler-plugins.html#lint-plugins) can provide additional lint checks.
1981
1982
```{.ignore}
1983
mod m1 {
@@ -3647,4 +3647,4 @@ that have since been removed):
3647
pattern syntax
3648
3649
[ffi]: book/ffi.html
3650
-[plugin]: book/plugins.html
+[plugin]: book/compiler-plugins.html
0 commit comments