pub type ImpactClosureGap = ImpactClosureGap;Expand description
Engine alias for fallow_types::trace::ImpactClosureGap.
Aliased Type§
pub struct ImpactClosureGap {
pub consumer_file: String,
pub consumed_symbols: Vec<String>,
pub note: String,
}Fields§
§consumer_file: StringRoot-relative path of the consumer module.
consumed_symbols: Vec<String>Exported symbol names the consumer references.
note: StringScope note for the syntactic trace.