[][src]Function rustc::ty::query::on_disk_cache::decode_tagged

fn decode_tagged<'a, 'tcx, D, T, V>(
    decoder: &mut D,
    expected_tag: T
) -> Result<V, D::Error> where
    T: Decodable + Eq + Debug,
    V: Decodable,
    D: DecoderWithPosition,
    'tcx: 'a, 
🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?