Crate rustc_plugin_impl
source ·Expand description
Infrastructure for compiler plugins.
Plugins are a deprecated way to extend the behavior of rustc
in various ways.
See the plugin
feature
of the Unstable Book for some examples.
Modules
Structs
Structure used to register plugins.