mirror of
https://github.com/rust-lang/book.git
synced 2026-05-17 08:30:46 -04:00
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.
7 lines
237 B
Markdown
7 lines
237 B
Markdown
% Compiler Plugins
|
|
|
|
<small>There is a new edition of the book and this is an old link.</small>
|
|
|
|
> Compiler plugins were user-provided libraries that extended the compiler's behavior in certain ways.
|
|
> Support for them has been removed.
|