Module rustc::plugin::registryUnstable
[-] [+]
[src]
Used by plugin crates to tell rustc about the plugins they provide.
Structs
| Registry | Structure used to register plugins. |
Used by plugin crates to tell rustc about the plugins they provide.
| Registry | Structure used to register plugins. |
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, enum,
trait, typedef (or
tdef).