rustc_middle::query::queries::expn_that_defined

Type Alias Value

Source
pub type Value<'tcx> = ExpnId;

Aliased Type§

struct Value<'tcx> {
    pub krate: CrateNum,
    pub local_id: ExpnIndex,
}

Fields§

§krate: CrateNum§local_id: ExpnIndex

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 8 bytes