We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
language-features/plugin.md
1 parent bb6c66b commit 544d2b3Copy full SHA for 544d2b3
src/doc/unstable-book/src/language-features/plugin.md
@@ -33,7 +33,7 @@ of a library.
33
Plugins can extend [Rust's lint
34
infrastructure](../../reference/attributes/diagnostics.md#lint-check-attributes) with
35
additional checks for code style, safety, etc. Now let's write a plugin
36
-[`lint-plugin-test.rs`](https://github.com/rust-lang/rust/blob/master/tests/ui-fulldeps/auxiliary/lint-plugin-test.rs)
+[`lint-plugin-test.rs`](https://github.com/rust-lang/rust/blob/master/tests/ui-fulldeps/plugin/auxiliary/lint-plugin-test.rs)
37
that warns about any item named `lintme`.
38
39
```rust,ignore (requires-stage-2)
0 commit comments