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