Function rustc_metadata::astencode::decode_inlined_item
[−]
[src]
pub fn decode_inlined_item<'a, 'tcx>(cdata: &crate_metadata, tcx: TyCtxt<'a, 'tcx, 'tcx>, parent_def_path: DefPath, parent_did: DefId, ast_doc: Doc, orig_did: DefId) -> &'tcx InlinedItem
Unstable (
rustc_private
)Decodes an item from its AST in the cdata's metadata and adds it to the ast-map.