Function rustc::middle::astencode::decode_inlined_itemUnstable
[-] [+]
[src]
pub fn decode_inlined_item<'tcx>(cdata: &crate_metadata, tcx: &ctxt<'tcx>, path: Vec<PathElem>, par_doc: Doc) -> Result<&'tcx InlinedItem, Vec<PathElem>>
Decodes an item from its AST in the cdata's metadata and adds it to the ast-map.