Struct rustc_trans::middle::stability::IndexUnstable [-] [+] [src]

pub struct Index {
    // some fields omitted
}

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

Methods

impl Index

fn build(&mut self, sess: &Session, krate: &Crate, export_map: &HashSet<u32, DefaultState<FnvHasher>>)

Construct the stability index for a crate being compiled.

fn new(krate: &Crate) -> Index