Skip to content

Commit 909a8de

Browse files
authored
Rollup merge of #46465 - nak3:fix-invalid-link, r=kennytm
Fix invalid link to lint_plugin_test.rs The path to `lint_plugin_test.rs` was moved to `src/test/ui-fulldeps/` from `src/test/run-pass-fulldeps/` in 38ef856 This patch updates it in the docs.
2 parents 94dbbac + cac199f commit 909a8de

File tree

1 file changed

+1
-1
lines changed
  • src/doc/unstable-book/src/language-features

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/language-features/plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ quasiquote as an ordinary plugin library.
177177
Plugins can extend [Rust's lint
178178
infrastructure](../reference/attributes.html#lint-check-attributes) with
179179
additional checks for code style, safety, etc. Now let's write a plugin
180-
[`lint_plugin_test.rs`](https://github.com/rust-lang/rust/blob/master/src/test/run-pass-fulldeps/auxiliary/lint_plugin_test.rs)
180+
[`lint_plugin_test.rs`](https://github.com/rust-lang/rust/blob/master/src/test/ui-fulldeps/auxiliary/lint_plugin_test.rs)
181181
that warns about any item named `lintme`.
182182

183183
```rust,ignore

0 commit comments

Comments
 (0)