8000
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.
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