Prepare for removal of compiler plugin support.

https://github.com/rust-lang/rust/pull/116412 will remove support for
compiler plugins from rustc, which includes the entry in The Rust
Unstable Book. This commit removes a link to that entry so it won't be
broken when that PR merges.
This commit is contained in:
Nicholas Nethercote 2023-10-31 09:22:17 +11:00 committed by Carol (Nichols || Goulding)
parent 3dca2fc50b
commit 5b6c1ceaa6
1 changed files with 2 additions and 9 deletions

View File

@ -2,12 +2,5 @@
<small>There is a new edition of the book and this is an old link.</small>
> Compiler plugins are user-provided libraries that extend the compiler's behavior with new syntax extensions, lint checks, etc.
---
This particular chapter has moved to [the Unstable Book][2].
* **[In the Unstable Rust Book: `plugin`][2]**
[2]: ../unstable-book/language-features/plugin.html
> Compiler plugins were user-provided libraries that extended the compiler's behavior in certain ways.
> Support for them has been removed.