Skip to content

Commit

Permalink
Prepare for removal of compiler plugin support.
Browse files Browse the repository at this point in the history
rust-lang/rust#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.
  • Loading branch information
nnethercote authored and carols10cents committed Nov 1, 2023
1 parent 3dca2fc commit 5b6c1ce
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions redirects/compiler-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 5b6c1ce

Please sign in to comment.