Module rustc_plugin::load [−][src]
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Used by rustc when loading a plugin.
Structs
| PluginLoader |
[ Experimental ]
|
| PluginRegistrar |
[ Experimental ]
|
Functions
| call_malformed_plugin_attribute |
[ Experimental ]
|
| load_plugins |
[ Experimental ] Read plugin metadata and dynamically load registrar functions. |
Type Definitions
| PluginRegistrarFun |
[ Experimental ] Pointer to a registrar function. |