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