Struct rustc::middle::stability::Index [] [src]

pub struct Index<'tcx> {
    // some fields omitted
}
Unstable (rustc_private)

A stability index, giving the stability level for items and methods.

Methods

impl<'a, 'tcx> Index<'tcx>
[src]

fn build(&mut self, tcx: TyCtxt<'a, 'tcx, 'tcx>, access_levels: &AccessLevels)

Unstable (rustc_private)

Construct the stability index for a crate being compiled.

fn new(hir_map: &Map) -> Index<'tcx>