Function rustc::middle::privacy::check_crate[src]
pub fn check_crate(tcx: &ctxt, exp_map2: &ExportMap2, external_exports: ExternalExports, last_private_map: LastPrivateMap, krate: &Crate) -> (ExportedItems, PublicItems)
pub fn check_crate(tcx: &ctxt, exp_map2: &ExportMap2, external_exports: ExternalExports, last_private_map: LastPrivateMap, krate: &Crate) -> (ExportedItems, PublicItems)
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).