Skip to content

Commit

Permalink
Unrolled build for rust-lang#116299
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#116299 - emmanuel-ferdman:wip, r=albertlarsan68

Update location of `auxiliary/lint-plugin-test.rs`

**PR Summary**:
PR updates the location of  `auxiliary/lint-plugin-test.rs` file which was moved in PR rust-lang#110478.
  • Loading branch information
rust-timer committed Oct 1, 2023
2 parents 7c3eeb9 + 544d2b3 commit 9188c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/unstable-book/src/language-features/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ of a library.
Plugins can extend [Rust's lint
infrastructure](../../reference/attributes/diagnostics.md#lint-check-attributes) with
additional checks for code style, safety, etc. Now let's write a plugin
[`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)
that warns about any item named `lintme`.

```rust,ignore (requires-stage-2)
Expand Down

0 comments on commit 9188c86

Please sign in to comment.