Expand description
A framework for writing plugins that integrate with the Rust compiler.
Much of this library is either directly copy/pasted, or otherwise generalized from the Clippy driver: https://github.com/rust-lang/rust-clippy/tree/master/src
Structs§
- Rustc
Plugin Args - Arguments from your plugin to the rustc_plugin framework.
Enums§
- Crate
Filter - Specification of a set of crates.
Traits§
- Rustc
Plugin - Interface between your plugin and the rustc_plugin framework.
Functions§
- cli_
main - The top-level function that should be called in your user-facing binary.
- driver_
main - The top-level function that should be called by your internal driver binary.