Function rustc::lint::check_crate[src]
pub fn check_crate(tcx: &ctxt, krate: &Crate, exported_items: &ExportedItems)
Perform lint checking on a crate.
Consumes the lint_store field of the Session.
pub fn check_crate(tcx: &ctxt, krate: &Crate, exported_items: &ExportedItems)
Perform lint checking on a crate.
Consumes the lint_store field of the 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 (or str), enum,
trait, typedef (or
tdef).