Function rustc_query_impl::plumbing::try_load_from_disk
source · pub(crate) fn try_load_from_disk<'tcx, V>(
tcx: QueryCtxt<'tcx>,
id: SerializedDepNodeIndex
) -> Option<V>where
V: for<'a> Decodable<CacheDecoder<'a, 'tcx>>,