Files
book/redirects/compiler-plugins.md
Nicholas Nethercote 5b6c1ceaa6 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.
2023-11-01 09:55:24 -04:00

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.