Struct rustc_driver::RustcDefaultCallsUnstable
[-] [+]
[src]
pub struct RustcDefaultCalls;
pub struct RustcDefaultCalls;
impl RustcDefaultCalls
fn list_metadata(sess: &Session, matches: &Matches, input: &Input) -> Compilation
impl<'a> CompilerCalls<'a> for RustcDefaultCalls
fn early_callback(&mut self, matches: &Matches, descriptions: &Registry) -> Compilation
fn no_input(&mut self, matches: &Matches, sopts: &Options, odir: &Option<PathBuf>, ofile: &Option<PathBuf>, descriptions: &Registry) -> Option<(Input, Option<PathBuf>)>
fn parse_pretty(&mut self, sess: &Session, matches: &Matches) -> Option<(PpMode, Option<UserIdentifiedItem>)>
fn late_callback(&mut self, matches: &Matches, sess: &Session, input: &Input, odir: &Option<PathBuf>, ofile: &Option<PathBuf>) -> Compilation
fn build_controller(&mut self, sess: &Session) -> CompileController<'a>
fn some_input(&mut self, input: Input, input_path: Option<PathBuf>) -> (Input, Option<PathBuf>)
impl Clone for RustcDefaultCalls
fn clone(&self) -> RustcDefaultCalls
fn clone_from(&mut self, source: &Self)
impl Copy for RustcDefaultCalls
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
).