pub type ImpactClosureGap = 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.