rustc: introduce a query system for type information in ty::maps.
This commit is contained in:
parent
cc8a3a93b7
commit
b5c4244c6c
27 changed files with 333 additions and 393 deletions
|
@ -24,7 +24,7 @@ use clean::{AttributesExt, NestedAttributesExt};
|
|||
/// specific rustdoc annotations into account (i.e. `doc(hidden)`)
|
||||
pub struct LibEmbargoVisitor<'a, 'b: 'a, 'tcx: 'b> {
|
||||
cx: &'a ::core::DocContext<'b, 'tcx>,
|
||||
cstore: &'a CrateStore<'tcx>,
|
||||
cstore: &'a CrateStore,
|
||||
// Accessibility levels for reachable nodes
|
||||
access_levels: RefMut<'a, AccessLevels<DefId>>,
|
||||
// Previous accessibility level, None means unreachable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue