Crate rustc_plugin_impl[][src]

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

Used by rustc when loading a plugin.

Structs

Structure used to register plugins.