Function rustc::plugin::load::load_plugins[src]
pub fn load_plugins(sess: &Session, krate: &Crate) -> Plugins
Read plugin metadata and dynamically load registrar functions.
pub fn load_plugins(sess: &Session, krate: &Crate) -> Plugins
Read plugin metadata and dynamically load registrar functions.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).