Function rustc_lint::session::build_sessionUnstable
[-] [+]
[src]
pub fn build_session(sopts: Options, local_crate_source_file: Option<PathBuf>, registry: Registry) -> Session
pub fn build_session(sopts: Options, local_crate_source_file: Option<PathBuf>, registry: Registry) -> Session
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).